Skip to content

Commit

Permalink
ci: trigger on any tag
Browse files Browse the repository at this point in the history
  • Loading branch information
NikhilNarayana authored Aug 31, 2022
1 parent cfef770 commit 944bb49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: CI to Docker Hub
on:
push:
tags:
- "v*.*.*"
- "**"

jobs:

Expand Down

0 comments on commit 944bb49

Please sign in to comment.