Skip to content

Commit

Permalink
fix: double star for tag event?
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbenincasa committed Jul 17, 2024
1 parent 07d3fb4 commit 2d0fce1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-push-docker-edge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_dispatch:
push:
tags:
- 'v*'
- 'v**'
schedule:
- cron: '0 13-21/2 * * MON-FRI' # every hour, during working hours (UTC)

Expand Down

0 comments on commit 2d0fce1

Please sign in to comment.