Skip to content

Commit

Permalink
Update the glob pattern for branches to be greedy
Browse files Browse the repository at this point in the history
  • Loading branch information
MrHinsh committed Jul 17, 2024
1 parent 532edf7 commit cf8bc45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ permissions:

on:
push:
branches: ["*"]
branches: ["**"]
tags-ignore: ["v*-*"]

pull_request:
Expand Down

0 comments on commit cf8bc45

Please sign in to comment.