Skip to content

Commit

Permalink
Merge pull request #40 from geoadmin/norn-update-workflow
Browse files Browse the repository at this point in the history
v0.24.0 - Added github workflows - #minor
  • Loading branch information
rebert authored Nov 25, 2021
2 parents 5d550f8 + ab65ab3 commit 0d53d49
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/pr-auto-semver.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: on-pr

on:
pull_request:
types:
- opened
- reopened
- synchronize
- edited

jobs:
pr-edit:
uses: geoadmin/.github/.github/workflows/pr-auto-semver.yml@master
11 changes: 11 additions & 0 deletions .github/workflows/semver.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: on-push

on:
push:
branches:
- master
- develop

jobs:
release:
uses: geoadmin/.github/.github/workflows/semver-release.yml@master

0 comments on commit 0d53d49

Please sign in to comment.