Skip to content

Commit

Permalink
ci: change CI workflow trigger to pull_request
Browse files Browse the repository at this point in the history
  • Loading branch information
seansica committed Oct 18, 2024
1 parent 65db0cd commit 47801de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: CI

on:
push: # Run commitlint on every push to any branch
pull_request:

permissions:
contents: read # for checkout
Expand Down

0 comments on commit 47801de

Please sign in to comment.