Skip to content

Commit 3ba11b9

Browse files
authored
Disable push trigger in ios-check workflow
Comment out the push trigger for the iOS check workflow.
1 parent 4bd7fb1 commit 3ba11b9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ios-check.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: iOS Check
22
on:
33
workflow_dispatch: # Manual trigger
4-
push:
5-
branches:
6-
- main
4+
#push:
5+
# branches:
6+
# - main
77

88
jobs:
99
ios-check:

0 commit comments

Comments
 (0)