Skip to content

Commit

Permalink
Run CI on PRs (#376)
Browse files Browse the repository at this point in the history
  • Loading branch information
max-sixty committed Jun 3, 2023
1 parent bcd02f6 commit 4c0607a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/clippy.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Clippy

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

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/minver.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Check minimal version resolution

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

jobs:
check-minver:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rustfmt.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Rustfmt

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

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Tests

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

jobs:
test-latest:
Expand Down

0 comments on commit 4c0607a

Please sign in to comment.