Skip to content

Commit f2cd500

Browse files
authored
Update main.yml
1 parent 72d284b commit f2cd500

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
1+
12
name: Bump version
23
on:
34
push:
45
branches:
5-
- *
6+
- '**'
7+
pull_request:
8+
branches:
9+
- '**'
610
jobs:
711
build:
812
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)