mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
GitHub Actions: don't run on .md only changes (#4183)
This commit is contained in:
parent
b0239c11ab
commit
99b0abe7fe
2 changed files with 6 additions and 1 deletions
4
.github/workflows/linux-builds.yml
vendored
4
.github/workflows/linux-builds.yml
vendored
|
|
@ -4,9 +4,13 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- master
|
||||
paths-ignore:
|
||||
- '**.md'
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
paths-ignore:
|
||||
- '**.md'
|
||||
release:
|
||||
types:
|
||||
- published
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue