test release artifacts from workflow

This commit is contained in:
creating2morrow 2023-05-05 03:50:09 -04:00
parent 03bf578c44
commit cda642e593

View file

@ -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: