Skip to content

Commit

Permalink
Update docker.yaml
Browse files Browse the repository at this point in the history
Fix #473 since workflow_run uses default branch
  • Loading branch information
masesdevelopers authored Jun 27, 2024
1 parent 66209d4 commit d0ea1ee
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,9 @@ name: CI_DOCKER
# Controls when the action will run. Triggers the workflow on release published or release edited request
# events but only for the master branch
on:
workflow_run:
workflows: ["CI_RELEASE"]
release:
types:
- completed
- published
workflow_dispatch:

jobs:
Expand Down

0 comments on commit d0ea1ee

Please sign in to comment.