Change to release trigger, it seems simpler

This commit is contained in:
Micaiah Martin
2022-05-12 13:44:50 -06:00
parent e41f5e927f
commit d9fdc905cf

View File

@@ -1,20 +1,16 @@
---
name: Digital Ocean 1-Click Release
name: Release Digital Ocean 1-Click
on:
push:
workflow_run:
workflows:
- Release
types:
- completed
release:
types: [published]
workflow_dispatch:
inputs: {}
jobs:
build-image:
name: Build Image
if: ${{ github.event.workflow_run.conclusion == 'success' }}
runs-on: ubuntu-20.04
steps:
- name: Checkout repo