Skip to content

Commit

Permalink
Fix wrong docker github action branch
Browse files Browse the repository at this point in the history
  • Loading branch information
milot-mirdita authored Sep 5, 2024
1 parent 6b4f6c0 commit 1c194e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Create and publish a Docker image
on:
push:
branches:
- "master"
- "main"
release:
types: [published]
workflow_dispatch:
Expand Down

0 comments on commit 1c194e9

Please sign in to comment.