Skip to content

Commit

Permalink
Run build on pull requests only
Browse files Browse the repository at this point in the history
Now that PRs are required for merging to v3
  • Loading branch information
raphael committed Sep 28, 2023
1 parent d5fd4ac commit 4289af6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: build
on: [push, pull_request]
on: [pull_request]
jobs:
ci:
strategy:
Expand Down

0 comments on commit 4289af6

Please sign in to comment.