We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb27eb8 commit f5c4201Copy full SHA for f5c4201
1 file changed
.github/workflows/bump-version.yml
@@ -1,5 +1,13 @@
1
name: 📦 Bump Workflow
2
3
+on:
4
+ pull_request:
5
+ branches:
6
+ - "*"
7
+ push:
8
9
10
+
11
on:
12
workflow_dispatch:
13
inputs:
0 commit comments