We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f384e30 commit bc92cb2Copy full SHA for bc92cb2
.github/workflows/ci-cd.yml
@@ -88,7 +88,7 @@ jobs:
88
# already covered by 'pull_request' event
89
if: >-
90
github.event_name != 'push'
91
-
+ || github.ref == 'refs/heads/master'
92
93
timeout-minutes: 1
94
0 commit comments