We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50d89f4 commit 17af571Copy full SHA for 17af571
.github/workflows/main.yml
@@ -1,8 +1,10 @@
1
+
2
name: Bump version
3
on:
4
push:
5
branches:
- - *
6
+ - '**'
7
+ pull_request:
8
jobs:
9
build:
10
runs-on: ubuntu-latest
0 commit comments