mirror of
https://github.com/vlang/v.git
synced 2025-09-13 22:42:26 +03:00
ci: do not trigger v_apps_and_modules_compile_ci.yml for changes to vrepl.v
This commit is contained in:
parent
0ef2501216
commit
935ecc3289
1 changed files with 2 additions and 0 deletions
|
@ -6,11 +6,13 @@ on:
|
|||
- '**.md'
|
||||
- '**.yml'
|
||||
- '!**/v_apps_and_modules_compile_ci.yml'
|
||||
- 'cmd/tools/vrepl.v'
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
- '**.md'
|
||||
- '**.yml'
|
||||
- '!**/v_apps_and_modules_compile_ci.yml'
|
||||
- 'cmd/tools/vrepl.v'
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref == 'refs/heads/master' && github.sha || github.ref }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue