Update docker_main.yml

This commit is contained in:
Don 2025-11-26 15:39:43 -06:00 committed by GitHub
parent 6bcde23501
commit c008090d83
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3,7 +3,7 @@ name: docker_main
on:
workflow_run:
workflows: ["tests"]
branches: [main]
branches: [main, updates]
types:
- completed
@ -11,6 +11,7 @@ on:
jobs:
on-success:
runs-on: ubuntu-latest
if: ${{ github.event.workflow_run.conclusion == 'success' }}
steps:
- name: checkout code
uses: actions/checkout@v2