Test 4
This commit is contained in:
parent
ce3c45daa2
commit
c93b8262ee
1 changed files with 2 additions and 4 deletions
6
.github/workflows/release-dev.yaml
vendored
6
.github/workflows/release-dev.yaml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue