Build and stage a release on a push to main.
This commit is contained in:
parent
d7bb9eac78
commit
cfba0ec915
1 changed files with 11 additions and 0 deletions
11
.github/workflows/release-main.yaml
vendored
11
.github/workflows/release-main.yaml
vendored
|
@ -6,6 +6,17 @@
|
|||
|
||||
name: release-main
|
||||
on:
|
||||
push:
|
||||
paths-ignore:
|
||||
- '.github/**'
|
||||
- '*.md'
|
||||
- 'Dockerfile'
|
||||
- '.dockerignore'
|
||||
- '.gitignore'
|
||||
- 'licenses/**'
|
||||
- 'tools/**'
|
||||
branches:
|
||||
- main
|
||||
workflow_dispatch:
|
||||
|
||||
env:
|
||||
|
|
Loading…
Reference in a new issue