Skip to content

Commit

Permalink
Don't rebuild on push and pull requests from branches
Browse files Browse the repository at this point in the history
  • Loading branch information
triarius committed Jul 23, 2023
1 parent 8d9b1a1 commit 7c01b66
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
on: [push, pull_request]
on:
- push
name: CI
jobs:
build:
Expand Down

0 comments on commit 7c01b66

Please sign in to comment.