fix: branch name

This commit is contained in:
RoyalOughtness 2025-08-18 17:17:44 -07:00 committed by GitHub
parent b2c8ee19da
commit f256a944d6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 4 additions and 4 deletions

View file

@ -3,7 +3,7 @@ name: buildx
on:
workflow_run:
workflows: ["docker_main"]
branches: [main]
branches: [live]
types:
- completed
push:

View file

@ -3,7 +3,7 @@ name: docker_main
on:
workflow_run:
workflows: ["tests"]
branches: [main]
branches: [live]
types:
- completed

View file

@ -2,9 +2,9 @@ name: docker_tests
on:
push:
branches: main
branches: live
pull_request:
branches: main
branches: live
jobs:
docker: