mirror of
https://github.com/vlang/v.git
synced 2025-09-16 16:02:29 +03:00
do not run paths_ci.yml on other .yml changes, but only when .v files change
This commit is contained in:
parent
ae82d890b5
commit
dcc22f3171
1 changed files with 7 additions and 0 deletions
7
.github/workflows/paths_ci.yml
vendored
7
.github/workflows/paths_ci.yml
vendored
|
@ -1,14 +1,21 @@
|
|||
name: Path Testing CI
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
paths-ignore:
|
||||
- '**.md'
|
||||
- '**.yml'
|
||||
- '!**/paths_ci.yml'
|
||||
- 'cmd/tools/**'
|
||||
- '!cmd/tools/builders/**.v'
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
- '**.md'
|
||||
- '**.yml'
|
||||
- '!**/paths_ci.yml'
|
||||
- 'cmd/tools/**'
|
||||
- '!cmd/tools/builders/**.v'
|
||||
|
||||
concurrency:
|
||||
group: paths-${{ github.workflow }}-${{ github.ref == 'refs/heads/master' && github.sha || github.ref }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue