add branches: [master]
This commit is contained in:
parent
9f3a997578
commit
9c7a4cdcff
8 changed files with 8 additions and 0 deletions
1
.github/workflows/mariadb.yml
vendored
1
.github/workflows/mariadb.yml
vendored
|
|
@ -7,6 +7,7 @@ on:
|
|||
workflow_run:
|
||||
workflows:
|
||||
- Lint Docker Files
|
||||
branches: [master]
|
||||
types:
|
||||
- completed
|
||||
|
||||
|
|
|
|||
1
.github/workflows/marshall.yml
vendored
1
.github/workflows/marshall.yml
vendored
|
|
@ -7,6 +7,7 @@ on:
|
|||
workflow_run:
|
||||
workflows:
|
||||
- Lint Docker Files
|
||||
branches: [master]
|
||||
types:
|
||||
- completed
|
||||
|
||||
|
|
|
|||
1
.github/workflows/octoprint.yml
vendored
1
.github/workflows/octoprint.yml
vendored
|
|
@ -7,6 +7,7 @@ on:
|
|||
workflow_run:
|
||||
workflows:
|
||||
- Lint Docker Files
|
||||
branches: [master]
|
||||
types:
|
||||
- completed
|
||||
|
||||
|
|
|
|||
1
.github/workflows/php-core.yml
vendored
1
.github/workflows/php-core.yml
vendored
|
|
@ -8,6 +8,7 @@ on:
|
|||
workflow_run:
|
||||
workflows:
|
||||
- Build Marshall
|
||||
branches: [master]
|
||||
types:
|
||||
- completed
|
||||
|
||||
|
|
|
|||
1
.github/workflows/php-flavours.yml
vendored
1
.github/workflows/php-flavours.yml
vendored
|
|
@ -10,6 +10,7 @@ on:
|
|||
workflow_run:
|
||||
workflows:
|
||||
- Build PHP Core
|
||||
branches: [master]
|
||||
types:
|
||||
- completed
|
||||
|
||||
|
|
|
|||
1
.github/workflows/php-vanity-tags.yml
vendored
1
.github/workflows/php-vanity-tags.yml
vendored
|
|
@ -4,6 +4,7 @@ on:
|
|||
workflow_run:
|
||||
workflows:
|
||||
- Build PHP Flavours
|
||||
branches: [master]
|
||||
types:
|
||||
- completed
|
||||
|
||||
|
|
|
|||
1
.github/workflows/redis.yml
vendored
1
.github/workflows/redis.yml
vendored
|
|
@ -7,6 +7,7 @@ on:
|
|||
workflow_run:
|
||||
workflows:
|
||||
- Lint Docker Files
|
||||
branches: [master]
|
||||
types:
|
||||
- completed
|
||||
|
||||
|
|
|
|||
1
.github/workflows/wordpress.yml
vendored
1
.github/workflows/wordpress.yml
vendored
|
|
@ -7,6 +7,7 @@ on:
|
|||
workflow_run:
|
||||
workflows:
|
||||
- Build PHP Vanity Tags
|
||||
branches: [master]
|
||||
types:
|
||||
- completed
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue