Skip to content

Commit

Permalink
ci: Run on all branches
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobsvante committed Oct 30, 2024
1 parent c1f36b1 commit 25b21fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: Main
on:
push:
branches:
- main
- "*"
tags:
- 'v*.*.*'
- "v*.*.*"
pull_request: {}

env:
Expand Down

0 comments on commit 25b21fd

Please sign in to comment.