Skip to content

Commit 8a1b7be

Browse files
feat: set workflow_dispatch to manual trigger, avoiding the GitHub action to run when pushing to a branch
References: https://outsystemsrd.atlassian.net/browse/RMET-3975
1 parent 84c8b08 commit 8a1b7be

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/publish-android.yml

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

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

85
jobs:
96
publish-android:

0 commit comments

Comments
 (0)