Skip to content

Commit

Permalink
No need to build on release.
Browse files Browse the repository at this point in the history
And loosen the tag filter, not sure why it wasn't
building, is it a glob and not a regex, probably.
  • Loading branch information
Julian committed Aug 6, 2024
1 parent f1af0e4 commit 13a1b63
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,8 @@ on:
branches:
- main
tags:
- "v[0-9].*"
- "v*"
pull_request:
release:
types: [published]
schedule:
# Daily at 6:33
- cron: "33 6 * * *"
Expand Down

0 comments on commit 13a1b63

Please sign in to comment.