Skip to content

Commit

Permalink
Also run GitHub workflows on pull requests
Browse files Browse the repository at this point in the history
I have the hope, that this will allow to run workflows from contributors
submitting a pull request from a fork.
  • Loading branch information
jfrimmel committed Sep 20, 2024
1 parent c1788a4 commit b81a610
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Continuos Integration
on:
push:
pull_request:
env:
CARGO_TERM_COLOR: always
jobs:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/msrv.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Minimum Supported Rust Version (MRSV)
on:
push:
pull_request:
env:
CARGO_TERM_COLOR: always
MSRV: "1.51"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/style.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Style
on:
push:
pull_request:
defaults:
run:
shell: bash
Expand Down

0 comments on commit b81a610

Please sign in to comment.