Skip to content

Commit a914db5

Browse files
committed
fix: only trigger builds for PRs/nightly branches
1 parent 20e5e5b commit a914db5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ concurrency:
1717

1818
jobs:
1919
build:
20+
if: github.event_name == 'pull_request' && github.event.pull_request.draft == false || github.ref_name == 'main' || github.ref_name == 'develop'
2021
name: Build and Archive
2122
runs-on: macos-latest
2223

0 commit comments

Comments
 (0)