Skip to content

Commit

Permalink
Run CI on push instead when opening Pull Requests
Browse files Browse the repository at this point in the history
This allows a contributor to see errors before even opening a PR.
  • Loading branch information
jfrimmel committed Sep 17, 2024
1 parent bafd0df commit ab3a6db
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: Continuos Integration
on:
push:
branches:
- master
pull_request:
env:
CARGO_TERM_COLOR: always
jobs:
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/msrv.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: Minimum Supported Rust Version (MRSV)
on:
push:
branches:
- master
pull_request:
env:
CARGO_TERM_COLOR: always
MSRV: "1.51"
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/style.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: Style
on:
push:
branches:
- master
pull_request:
defaults:
run:
shell: bash
Expand Down

0 comments on commit ab3a6db

Please sign in to comment.