Switch dev builds to a scheduled release.
This commit is contained in:
parent
05e4a4558e
commit
cfaed40766
1 changed files with 2 additions and 11 deletions
13
.github/workflows/release-dev.yaml
vendored
13
.github/workflows/release-dev.yaml
vendored
|
@ -6,17 +6,8 @@
|
|||
|
||||
name: release-dev
|
||||
on:
|
||||
push:
|
||||
paths-ignore:
|
||||
- '.github/**'
|
||||
- '*.md'
|
||||
- 'Dockerfile'
|
||||
- '.dockerignore'
|
||||
- '.gitignore'
|
||||
- 'licenses/**'
|
||||
- 'tools/**'
|
||||
branches:
|
||||
- dev
|
||||
schedule:
|
||||
- cron: '0 21 * * *'
|
||||
workflow_dispatch:
|
||||
env:
|
||||
BRANCH: dev
|
||||
|
|
Loading…
Reference in a new issue