Skip to content

Commit 0d53d49

Browse files
authored
Merge pull request #40 from geoadmin/norn-update-workflow
v0.24.0 - Added github workflows - #minor
2 parents 5d550f8 + ab65ab3 commit 0d53d49

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

.github/workflows/pr-auto-semver.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: on-push
2+
3+
on:
4+
push:
5+
branches:
6+
- master
7+
- develop
8+
9+
jobs:
10+
release:
11+
uses: geoadmin/.github/.github/workflows/semver-release.yml@master

0 commit comments

Comments
 (0)