Roll back release-dev action changes.
This commit is contained in:
parent
049db74c1a
commit
8529ead4c5
1 changed files with 1 additions and 3 deletions
4
.github/workflows/release-dev.yaml
vendored
4
.github/workflows/release-dev.yaml
vendored
|
@ -6,7 +6,7 @@
|
|||
|
||||
name: release-dev
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
paths-ignore:
|
||||
- '.github/**'
|
||||
- '*.md'
|
||||
|
@ -17,7 +17,6 @@ on:
|
|||
- 'tools/**'
|
||||
branches:
|
||||
- dev
|
||||
types: [opened, closed, synchronize, ready_for_review, labeled]
|
||||
workflow_dispatch:
|
||||
|
||||
env:
|
||||
|
@ -26,7 +25,6 @@ env:
|
|||
jobs:
|
||||
launch-dev-release:
|
||||
runs-on: ubuntu-20.04
|
||||
if: github.event_name == 'workflow_dispatch' || (github.event.pull_request.merged == 'true' && github.event.label.name == 'build')
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
name: checkout
|
||||
|
|
Loading…
Reference in a new issue