ci: do not trigger v_apps_and_modules_compile_ci.yml for changes to vrepl.v

This commit is contained in:
Delyan Angelov 2024-07-27 11:24:30 +03:00
parent 0ef2501216
commit 935ecc3289
No known key found for this signature in database
GPG key ID: 66886C0F12D595ED

View file

@ -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 }}