Skip to content

Commit ecf21b6

Browse files
committed
PB-2263: Updated packages and re-added semver workflow
1 parent 3a544c7 commit ecf21b6

5 files changed

Lines changed: 47592 additions & 20431 deletions

File tree

.github/workflows/semver.yml

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

0 commit comments

Comments
 (0)