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 492066e commit 5bd18aaCopy full SHA for 5bd18aa
.github/workflows/ci-arm-build.yml
@@ -13,7 +13,7 @@ on:
13
14
jobs:
15
build-and-push-arm64:
16
- # if: github.ref == 'refs/heads/master'
+ if: github.event_name == 'workflow_dispatch'
17
runs-on: ubuntu-latest
18
strategy:
19
matrix:
0 commit comments