Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
garrylachman committed May 23, 2023
1 parent a24ad61 commit 7316fa1
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,11 @@
name: Release

on:
workflow_dispatch:
workflow_run:
workflows: [Prepare]
types: [completed]
branches: [develop]
release:
types: [published]

jobs:
build-release:
if: ${{ github.event.workflow_run.conclusion != 'failure' }}
name: Release
runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit 7316fa1

Please sign in to comment.