mirror of
https://github.com/keiyoushi/extensions-source.git
synced 2024-11-21 18:02:42 +01:00
[skip ci] Update path conditions in PR and CI workflows (#863)
This commit is contained in:
parent
e64519d783
commit
d1d3b8a51a
8
.github/workflows/build_pull_request.yml
vendored
8
.github/workflows/build_pull_request.yml
vendored
@ -2,9 +2,11 @@ name: PR build check
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
paths-ignore:
|
paths:
|
||||||
- '**.md'
|
- '**'
|
||||||
- '.github/workflows/issue_moderator.yml'
|
- '!**.md'
|
||||||
|
- '!.github/**'
|
||||||
|
- '.github/workflows/build_pull_request.yml'
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ${{ github.workflow }}-${{ github.event.pull_request.number }}
|
group: ${{ github.workflow }}-${{ github.event.pull_request.number }}
|
||||||
|
9
.github/workflows/build_push.yml
vendored
9
.github/workflows/build_push.yml
vendored
@ -4,9 +4,12 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
paths-ignore:
|
paths:
|
||||||
- '**.md'
|
- '**'
|
||||||
- '.github/workflows/issue_moderator.yml'
|
- '!**.md'
|
||||||
|
- '!.github/**'
|
||||||
|
- '.github/scripts/**'
|
||||||
|
- '.github/workflows/build_push.yml'
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ${{ github.workflow }}
|
group: ${{ github.workflow }}
|
||||||
|
Loading…
Reference in New Issue
Block a user