mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-17 07:52:16 -07:00
fix: remove run on master and add affected files to PR trigger
This commit is contained in:
parent
76529e29cc
commit
6859f85c94
1 changed files with 4 additions and 2 deletions
6
.github/workflows/docker-release.yml
vendored
6
.github/workflows/docker-release.yml
vendored
|
|
@ -4,16 +4,18 @@ on:
|
||||||
push:
|
push:
|
||||||
tags:
|
tags:
|
||||||
- '*Release*'
|
- '*Release*'
|
||||||
branches:
|
|
||||||
- master
|
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
paths:
|
paths:
|
||||||
- '.github/workflows/docker-release.yml'
|
- '.github/workflows/docker-release.yml'
|
||||||
|
- 'CMakeLists.txt'
|
||||||
|
- 'LICENSE'
|
||||||
|
- 'README.md'
|
||||||
- 'Dockerfile'
|
- 'Dockerfile'
|
||||||
- 'servatrice/**'
|
- 'servatrice/**'
|
||||||
- 'common/**'
|
- 'common/**'
|
||||||
|
- 'cmake/**'
|
||||||
- '!**.md'
|
- '!**.md'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue