Skip to content

Commit

Permalink
Merge pull request #101 from PythonCoderAS/patch-1
Browse files Browse the repository at this point in the history
Fix tag detection
  • Loading branch information
vosmiic authored Jan 18, 2024
2 parents 06fdf07 + f7ae6c3 commit b8f2959
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: Build Docker Container
on:
push:
branches: ['**']
tags: ["*.*.*"]
tags: ["v*.*"]
pull_request:
branches: ["master"]
schedule:
Expand Down

0 comments on commit b8f2959

Please sign in to comment.