Skip to content

Commit bc92cb2

Browse files
committed
t
1 parent f384e30 commit bc92cb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
# already covered by 'pull_request' event
8989
if: >-
9090
github.event_name != 'push'
91-
91+
|| github.ref == 'refs/heads/master'
9292
9393
timeout-minutes: 1
9494

0 commit comments

Comments
 (0)