mirror of
https://github.com/bitwarden/self-host.git
synced 2026-06-28 22:35:46 +00:00
Change to release trigger, it seems simpler
This commit is contained in:
12
.github/workflows/release-digital-ocean.yml
vendored
12
.github/workflows/release-digital-ocean.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user