mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-24 14:28:42 +00:00
Fix PR CI triggers (#1150)
- Remove trigger on "auto merge" enablement, which is just annoying now with the merge queue and was only ever an additional workaround for the release PRs. - Always run the PR CIs, don't ignore markdown files. That made it impossible to merge PRs that only touched those files (without bypassing requirements).
This commit is contained in:
parent
a255e74fc9
commit
bea66d04b5
1 changed files with 0 additions and 4 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -8,10 +8,6 @@ on:
|
|||
- opened
|
||||
- reopened
|
||||
- synchronize
|
||||
- auto_merge_enabled
|
||||
paths-ignore:
|
||||
- README.md
|
||||
- SUPPORT.md
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue