Skip to content

Commit 4842bd1

Browse files
test: include own branch in workflow_dispatch rules
References: https://outsystemsrd.atlassian.net/browse/RMET-3975
1 parent 5b0fcef commit 4842bd1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/publish-android.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: Publish Native Android Library
22

3-
on: workflow_dispatch
3+
on:
4+
workflow_dispatch:
5+
push:
6+
branches: [feat/RMET-3975/setup-pipelines]
47

58
jobs:
69
publish-android:

0 commit comments

Comments
 (0)