chore(actions): change actions
This commit is contained in:
parent
002689fae0
commit
a74bfa1b61
10 changed files with 15 additions and 5 deletions
3
.github/workflows/alerts-ee.yaml
vendored
3
.github/workflows/alerts-ee.yaml
vendored
|
|
@ -8,7 +8,8 @@ on:
|
|||
default: 'false'
|
||||
push:
|
||||
branches:
|
||||
- api-v1.10.0
|
||||
- dev
|
||||
- api-*
|
||||
paths:
|
||||
- "ee/api/**"
|
||||
- "api/**"
|
||||
|
|
|
|||
3
.github/workflows/alerts.yaml
vendored
3
.github/workflows/alerts.yaml
vendored
|
|
@ -8,7 +8,8 @@ on:
|
|||
default: 'false'
|
||||
push:
|
||||
branches:
|
||||
- api-v1.10.0
|
||||
- dev
|
||||
- api-*
|
||||
paths:
|
||||
- "api/**"
|
||||
- "!api/.gitignore"
|
||||
|
|
|
|||
3
.github/workflows/api-ee.yaml
vendored
3
.github/workflows/api-ee.yaml
vendored
|
|
@ -8,7 +8,8 @@ on:
|
|||
default: 'false'
|
||||
push:
|
||||
branches:
|
||||
- api-v1.10.0
|
||||
- dev
|
||||
- api-*
|
||||
paths:
|
||||
- "ee/api/**"
|
||||
- "api/**"
|
||||
|
|
|
|||
3
.github/workflows/api.yaml
vendored
3
.github/workflows/api.yaml
vendored
|
|
@ -8,7 +8,8 @@ on:
|
|||
default: 'false'
|
||||
push:
|
||||
branches:
|
||||
- api-v1.10.0
|
||||
- dev
|
||||
- api-*
|
||||
paths:
|
||||
- "api/**"
|
||||
- "!api/.gitignore"
|
||||
|
|
|
|||
1
.github/workflows/assist-ee.yaml
vendored
1
.github/workflows/assist-ee.yaml
vendored
|
|
@ -4,6 +4,7 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- dev
|
||||
- api-*
|
||||
paths:
|
||||
- "ee/utilities/**"
|
||||
- "utilities/**"
|
||||
|
|
|
|||
1
.github/workflows/assist.yaml
vendored
1
.github/workflows/assist.yaml
vendored
|
|
@ -4,6 +4,7 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- dev
|
||||
- api-*
|
||||
paths:
|
||||
- "utilities/**"
|
||||
- "!utilities/.gitignore"
|
||||
|
|
|
|||
3
.github/workflows/crons-ee.yaml
vendored
3
.github/workflows/crons-ee.yaml
vendored
|
|
@ -8,7 +8,8 @@ on:
|
|||
default: 'false'
|
||||
push:
|
||||
branches:
|
||||
- api-v1.10.0
|
||||
- dev
|
||||
- api-*
|
||||
paths:
|
||||
- "ee/api/**"
|
||||
- "api/**"
|
||||
|
|
|
|||
1
.github/workflows/peers-ee.yaml
vendored
1
.github/workflows/peers-ee.yaml
vendored
|
|
@ -4,6 +4,7 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- dev
|
||||
- api-*
|
||||
paths:
|
||||
- "ee/peers/**"
|
||||
- "peers/**"
|
||||
|
|
|
|||
1
.github/workflows/peers.yaml
vendored
1
.github/workflows/peers.yaml
vendored
|
|
@ -4,6 +4,7 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- dev
|
||||
- api-*
|
||||
paths:
|
||||
- "peers/**"
|
||||
- "!peers/.gitignore"
|
||||
|
|
|
|||
1
.github/workflows/sourcemaps-reader.yaml
vendored
1
.github/workflows/sourcemaps-reader.yaml
vendored
|
|
@ -4,6 +4,7 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- dev
|
||||
- api-*
|
||||
paths:
|
||||
- "sourcemap-reader/**"
|
||||
- "!sourcemap-reader/.gitignore"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue