1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

ci: cleanup paths-ignore: usage in ci_sanitized.yml and native_backend_tests.yml

This commit is contained in:
Delyan Angelov 2022-09-18 18:47:37 +03:00
parent 202585e175
commit 04f818fefc
No known key found for this signature in database
GPG Key ID: 66886C0F12D595ED
2 changed files with 5 additions and 8 deletions

View File

@ -15,6 +15,8 @@ on:
push:
paths:
- '!**'
- '!**.md'
- '!**.yml'
- 'cmd/tools/vtest*'
- 'cmd/tools/builders/**.v'
- 'vlib/builtin/**.v'
@ -39,9 +41,6 @@ on:
- 'vlib/v/markused/**.v'
- 'vlib/v/preludes/**.v'
- 'vlib/v/embed_file/**.v'
paths-ignore:
- "**.md"
- "**.yml"
pull_request:
paths:
- '!**'
@ -69,9 +68,6 @@ on:
- 'vlib/v/markused/**.v'
- 'vlib/v/preludes/**.v'
- 'vlib/v/embed_file/**.v'
paths-ignore:
- "**.md"
- "**.yml"
concurrency:
group: build-sanitized-${{ github.event.pull_request.number || github.sha }}

View File

@ -4,6 +4,7 @@ on:
push:
paths:
- '!**'
- '!**.md'
- 'vlib/v/gen/native/'
- 'cmd/tools/builders/**.v'
- 'vlib/builtin/**.v'
@ -22,9 +23,9 @@ on:
- 'vlib/v/gen/native/**.v'
- 'vlib/v/gen/native/tests/**.v'
pull_request:
paths-ignore:
paths:
- '!**'
- '**.md'
- '!**.md'
- 'vlib/v/gen/native/'
- 'cmd/tools/builders/**.v'
- 'vlib/builtin/**.v'