Skip to content

Commit

Permalink
Don't run on all pushes, only on PRs and after landing on main
Browse files Browse the repository at this point in the history
  • Loading branch information
lalten committed Dec 16, 2023
1 parent 6e9ce3f commit d078814
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: CI

"on": [push, pull_request, workflow_dispatch]
"on":
push:
branches: [main]
pull_request:

permissions: read-all

Expand Down

0 comments on commit d078814

Please sign in to comment.