Skip to content

Commit ae17825

Browse files
authored
Update main.yml
1 parent 3ca35fa commit ae17825

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@ name: Auto Bump Version
33

44
on:
55
push:
6-
branches: [main]
6+
branches:
7+
- '*' # matches every branch that doesn't contain a '/'
8+
- '*/*' # matches every branch containing a single '/'
9+
- '**' # matches every branch
10+
- '!master' # excludes master
711

812
permissions:
913
contents: write

0 commit comments

Comments
 (0)