mirror of
https://github.com/flatpak/flatpak.git
synced 2026-05-12 01:49:17 -04:00
ci: Get rid of paths-ignore to ensure all PRs can be merged
We require jobs to succeed before a PR can be merged. If a PR only touches files which match `paths-ignore`, the jobs won't run and the PR can't be merged. The number of PRs which only touch those files is small, and the extra CI runs resulting from that can be ignored.
This commit is contained in:
8
.github/workflows/check.yml
vendored
8
.github/workflows/check.yml
vendored
@@ -6,14 +6,6 @@ on:
|
||||
- main
|
||||
- 'flatpak-1.[0-9]+.x'
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
- README.md
|
||||
- CONTRIBUTING.md
|
||||
- NEWS
|
||||
- COPYING
|
||||
- CODE_OF_CONDUCT.md
|
||||
- uncrustify.cfg
|
||||
- uncrustify.sh
|
||||
branches:
|
||||
- main
|
||||
- 'flatpak-1.[0-9]+.x'
|
||||
|
||||
Reference in New Issue
Block a user