Creating a workflow part 5/?.
This commit is contained in:
parent
de1a174a61
commit
88894aa407
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -1,10 +1,8 @@
|
|||||||
name: StaticSiteGenerator Release
|
name: StaticSiteGenerator Release
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
|
||||||
push:
|
push:
|
||||||
tags:
|
tags:
|
||||||
- 'v*.*.*'
|
- *
|
||||||
- 'v*.*.*-SNAPSHOT'
|
|
||||||
jobs:
|
jobs:
|
||||||
release:
|
release:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
Loading…
Reference in New Issue
Block a user