mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
exclude webclient (#4270)
This commit is contained in:
parent
2b0a9975be
commit
0c7830b53c
1 changed files with 2 additions and 0 deletions
2
.github/workflows/ci-builds.yml
vendored
2
.github/workflows/ci-builds.yml
vendored
|
|
@ -6,6 +6,7 @@ on:
|
|||
- master
|
||||
paths-ignore:
|
||||
- '**.md'
|
||||
- 'webclient/**'
|
||||
tags:
|
||||
- '*'
|
||||
pull_request:
|
||||
|
|
@ -13,6 +14,7 @@ on:
|
|||
- master
|
||||
paths-ignore:
|
||||
- '**.md'
|
||||
- 'webclient/**'
|
||||
|
||||
jobs:
|
||||
configure:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue