Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
GoetzGoerisch committed Jul 20, 2023
1 parent 951b658 commit 00db7af
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
name: Create Release

on:
workflow_dispatch:
pull_request:
branches: [main, development]
push:
Expand All @@ -21,8 +20,8 @@ jobs:
uses: dawidd6/action-download-artifact@v2.27.0
with:
github_token: ${{secrets.GITHUB_TOKEN}}
workflow: build.yml
workflow_conclusion: success
commit: ${{github.event.pull_request.head.sha}}
repo: ${{ github.repository }}
if_no_artifact_found: fail
skip_unpack: true
Expand Down

0 comments on commit 00db7af

Please sign in to comment.