We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0029ac7 commit 70690bbCopy full SHA for 70690bb
.github/workflows/pr-auto-semver.yml
@@ -0,0 +1,13 @@
1
+name: on-pr
2
+
3
+on:
4
+ pull_request:
5
+ types:
6
+ - opened
7
+ - reopened
8
+ - synchronize
9
+ - edited
10
11
+jobs:
12
+ pr-edit:
13
+ uses: geoadmin/.github/.github/workflows/pr-auto-semver.yml@master
.github/workflows/semver.yml
@@ -0,0 +1,11 @@
+name: on-push
+ push:
+ branches:
+ - master
+ - develop
+ release:
+ uses: geoadmin/.github/.github/workflows/semver-release.yml@master
0 commit comments