Roll back release-dev action changes.

This commit is contained in:
fewtarius 2022-06-04 09:27:43 -04:00
parent 049db74c1a
commit 8529ead4c5
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,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