Skip to content

Commit

Permalink
Only run check, release and test ci on pull request trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
lepapareil committed Jul 20, 2022
1 parent db08415 commit 5fb4a28
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: check
on: [push, pull_request]
on: [pull_request]

env:
CARGO_TERM_COLOR: always
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: release

on: [push, pull_request]
on: [pull_request]

env:
CARGO_TERM_COLOR: always
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: test

on: [push, pull_request]
on: [pull_request]

env:
CARGO_TERM_COLOR: always
Expand Down

0 comments on commit 5fb4a28

Please sign in to comment.