Skip to content

Commit 563e979

Browse files
authored
Update main.yml
1 parent 6da7886 commit 563e979

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@ name: Bump version
33
on:
44
push:
55
branches:
6-
- *
6+
- '**'
7+
pull_request:
8+
branches:
9+
- '**'
710
jobs:
811
build:
912
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)