Skip to content

Commit

Permalink
Run the docker action only on the main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
ozgurakgun committed Oct 15, 2023
1 parent 48198b6 commit ab7ea1c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ name: Publishing Docker image to ghcr.io
on:
workflow_dispatch: # can be triggered manually
workflow_run: # run only when all tests pass
branches:
- main
workflows:
- Running all tests
types:
Expand Down

0 comments on commit ab7ea1c

Please sign in to comment.