Skip to content

Commit

Permalink
ci: trigger workflow on tags
Browse files Browse the repository at this point in the history
  • Loading branch information
kskarthik committed Apr 23, 2024
1 parent 3c0319a commit 39a84a2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
tags:
- "v*"

permissions:
contents: read
Expand Down

0 comments on commit 39a84a2

Please sign in to comment.