Skip to content

Commit

Permalink
Changed CI to respect all Tag names
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc Richter committed Sep 25, 2024
1 parent 04b45f9 commit 2456533
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ on:
- master
- main
tags:
- 'v*'
- '*'
pull_request:
branches:
- master
- main
tags:
- 'v*'
- '*'
schedule:
# 1st Monday of each month
- cron: '30 5 1-7 * 1'
Expand Down

0 comments on commit 2456533

Please sign in to comment.