mirror of
https://github.com/creating2morrow/neveko.git
synced 2024-12-22 11:39:22 +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
|
||||
|
||||
# test release artifacts from workflow
|
||||
on:
|
||||
push:
|
||||
paths-ignore:
|
||||
- 'docs/**'
|
||||
- 'scripts/**'
|
||||
- 'README.md'
|
||||
branches: [ "!main" ]
|
||||
branches:
|
||||
- "release*"
|
||||
- "!main"
|
||||
pull_request:
|
||||
branches: [ "!main" ]
|
||||
branches:
|
||||
- "release*"
|
||||
- "!main"
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
Loading…
Reference in a new issue