(patch) Update to SemVer plugin 0.2.2 and update build scripts. #7
2 changed files with 8 additions and 0 deletions
|
@ -2,6 +2,10 @@ on:
|
|||
pull_request:
|
||||
types: [opened, synchronize, reopened]
|
||||
|
||||
defaults:
|
||||
run:
|
||||
shell: bash
|
||||
|
||||
jobs:
|
||||
library_snapshot:
|
||||
runs-on: docker
|
||||
|
|
|
@ -3,6 +3,10 @@ on:
|
|||
branches:
|
||||
- main
|
||||
|
||||
defaults:
|
||||
run:
|
||||
shell: bash
|
||||
|
||||
jobs:
|
||||
library_release:
|
||||
runs-on: docker
|
||||
|
|
Loading…
Add table
Reference in a new issue