Skip to content

Commit

Permalink
ci: change rules for when to run actions (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinGimbel committed Nov 10, 2023
1 parent 8d21573 commit 63b06d6
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/clippy.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
on: [push, pull_request]
on:
push:
branches:
- main
pull_request:

name: Clippy check
jobs:
clippy_check:
Expand Down
7 changes: 6 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
on: [push, pull_request]
on:
push:
branches:
- main
pull_request:

name: Test
jobs:
test:
Expand Down

0 comments on commit 63b06d6

Please sign in to comment.