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 b51ac95 commit 2dff1a4Copy full SHA for 2dff1a4
1 file changed
.github/workflows/dev-builder.yml
@@ -20,6 +20,7 @@ on:
20
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
21
jobs:
22
bolo-buildx:
23
+ if: github.event_name == 'push' || (github.event_name == 'pull_request' && startsWith(github.head_ref, 'dev/'))
24
runs-on: ubuntu-latest
25
steps:
26
- name: Checkout
0 commit comments