mirror of
https://github.com/creating2morrow/neveko.git
synced 2024-12-23 03:59:24 +00:00
test release artifacts from workflow
This commit is contained in:
parent
03bf578c44
commit
cda642e593
1 changed files with 7 additions and 3 deletions
10
.github/workflows/release.yml
vendored
10
.github/workflows/release.yml
vendored
|
@ -1,14 +1,18 @@
|
||||||
name: Release
|
name: Release
|
||||||
|
# test release artifacts from workflow
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- 'docs/**'
|
- 'docs/**'
|
||||||
- 'scripts/**'
|
- 'scripts/**'
|
||||||
- 'README.md'
|
- 'README.md'
|
||||||
branches: [ "!main" ]
|
branches:
|
||||||
|
- "release*"
|
||||||
|
- "!main"
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ "!main" ]
|
branches:
|
||||||
|
- "release*"
|
||||||
|
- "!main"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
Loading…
Reference in a new issue