mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
dont ignore md files for CI in pull requests (#1881)
This should help merging readme PRs without having to use scary buttons
This commit is contained in:
parent
50da694fff
commit
45a53bf0a4
3
.github/workflows/check-formatting.yml
vendored
3
.github/workflows/check-formatting.yml
vendored
|
@ -6,9 +6,6 @@ on:
|
|||
- 'docs/**'
|
||||
- '*.md'
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
- 'docs/**'
|
||||
- '*.md'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
Loading…
Reference in a new issue