Skip to content

Commit 2dff1a4

Browse files
committed
chore: ci
1 parent b51ac95 commit 2dff1a4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/dev-builder.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ on:
2020
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
2121
jobs:
2222
bolo-buildx:
23+
if: github.event_name == 'push' || (github.event_name == 'pull_request' && startsWith(github.head_ref, 'dev/'))
2324
runs-on: ubuntu-latest
2425
steps:
2526
- name: Checkout

0 commit comments

Comments
 (0)