Skip to content

Commit

Permalink
ci: run on push or PR, not both
Browse files Browse the repository at this point in the history
  • Loading branch information
laduke committed Apr 11, 2024
1 parent 7a4ea48 commit 6e752e7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
name: CI

on:
push:
branches: ["main"]

push: ["main"]
pull_request:

permissions:
Expand Down

0 comments on commit 6e752e7

Please sign in to comment.