mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-03-11 08:54:34 +00:00
fix: branch name
This commit is contained in:
parent
b2c8ee19da
commit
f256a944d6
3 changed files with 4 additions and 4 deletions
2
.github/workflows/buildx.yml
vendored
2
.github/workflows/buildx.yml
vendored
|
|
@ -3,7 +3,7 @@ name: buildx
|
|||
on:
|
||||
workflow_run:
|
||||
workflows: ["docker_main"]
|
||||
branches: [main]
|
||||
branches: [live]
|
||||
types:
|
||||
- completed
|
||||
push:
|
||||
|
|
|
|||
2
.github/workflows/docker_main.yml
vendored
2
.github/workflows/docker_main.yml
vendored
|
|
@ -3,7 +3,7 @@ name: docker_main
|
|||
on:
|
||||
workflow_run:
|
||||
workflows: ["tests"]
|
||||
branches: [main]
|
||||
branches: [live]
|
||||
types:
|
||||
- completed
|
||||
|
||||
|
|
|
|||
4
.github/workflows/docker_tests.yml
vendored
4
.github/workflows/docker_tests.yml
vendored
|
|
@ -2,9 +2,9 @@ name: docker_tests
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: main
|
||||
branches: live
|
||||
pull_request:
|
||||
branches: main
|
||||
branches: live
|
||||
|
||||
jobs:
|
||||
docker:
|
||||
|
|
|
|||
Loading…
Reference in a new issue