mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-14 06:22:15 -07:00
update trigger paths
This commit is contained in:
parent
30e6b52783
commit
71808891c7
2 changed files with 12 additions and 5 deletions
11
.github/workflows/desktop-build.yml
vendored
11
.github/workflows/desktop-build.yml
vendored
|
|
@ -11,18 +11,23 @@ on:
|
||||||
- master
|
- master
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- '**.md'
|
- '**.md'
|
||||||
|
- 'doc/**'
|
||||||
- 'webclient/**'
|
- 'webclient/**'
|
||||||
- '.github/workflows/web-*.yml'
|
- '.github/workflows/docker-*.yml'
|
||||||
|
- '.github/workflows/documentation-*.yml'
|
||||||
- '.github/workflows/translations-*.yml'
|
- '.github/workflows/translations-*.yml'
|
||||||
- '.github/workflows/docker-release.yml'
|
- '.github/workflows/web-*.yml'
|
||||||
tags:
|
tags:
|
||||||
- '*'
|
- '*'
|
||||||
pull_request:
|
pull_request:
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- '**.md'
|
- '**.md'
|
||||||
|
- 'doc/**'
|
||||||
- 'webclient/**'
|
- 'webclient/**'
|
||||||
- '.github/workflows/web-*.yml'
|
- '.github/workflows/docker-*.yml'
|
||||||
|
- '.github/workflows/documentation-*.yml'
|
||||||
- '.github/workflows/translations-*.yml'
|
- '.github/workflows/translations-*.yml'
|
||||||
|
- '.github/workflows/web-*.yml'
|
||||||
|
|
||||||
# Cancel earlier, unfinished runs of this workflow on the same branch (unless on master)
|
# Cancel earlier, unfinished runs of this workflow on the same branch (unless on master)
|
||||||
concurrency:
|
concurrency:
|
||||||
|
|
|
||||||
6
.github/workflows/desktop-lint.yml
vendored
6
.github/workflows/desktop-lint.yml
vendored
|
|
@ -4,10 +4,12 @@ on:
|
||||||
pull_request:
|
pull_request:
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- '**.md'
|
- '**.md'
|
||||||
|
- 'doc/**'
|
||||||
- 'webclient/**'
|
- 'webclient/**'
|
||||||
- '.github/workflows/web-*.yml'
|
- '.github/workflows/docker-*.yml'
|
||||||
|
- '.github/workflows/documentation-*.yml'
|
||||||
- '.github/workflows/translations-*.yml'
|
- '.github/workflows/translations-*.yml'
|
||||||
- '.github/workflows/docker-release.yml'
|
- '.github/workflows/web-*.yml'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
format:
|
format:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue