Skip to content

Commit aad338d

Browse files
committed
Only build for master branch.
1 parent fbc7d3d commit aad338d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
dist:
4141
needs: tests
4242
runs-on: ubuntu-latest
43-
if: github.event_name != 'pull_request'
43+
if: github.ref == 'refs/heads/master'
4444
steps:
4545
-
4646
name: Checkout

0 commit comments

Comments
 (0)