This commit is contained in:
fewtarius 2022-06-04 10:03:21 -04:00
parent ce3c45daa2
commit c93b8262ee
No known key found for this signature in database
GPG key ID: F4AE55305D1B8C1A

View file

@ -6,7 +6,7 @@
name: release-dev
on:
pull_request:
push:
paths-ignore:
- '.github/**'
- '*.md'
@ -17,9 +17,7 @@ on:
- 'tools/**'
branches:
- dev
types: [closed]
workflow_dispatch:
env:
BRANCH: dev
@ -28,7 +26,7 @@ jobs:
runs-on: ubuntu-20.04
if: |
${{ github.event_name == 'workflow_dispatch' }} ||
(github.event.pull_request.merged && ${{ github.event.label.name == 'build' }})
${{ github.event.label.name == 'build' }}
steps:
- uses: actions/checkout@v2
name: checkout