From b1f51b88bfd2a8e5a7cab89f240f1e5b3185b1d0 Mon Sep 17 00:00:00 2001 From: Enis Date: Thu, 20 Apr 2023 15:10:40 +0200 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5780763..6ae0d62 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,13 +1,6 @@ name: Release on: - workflow_run: - workflows: - - Build - branches: - - main - types: - - completed push: tags: - '*' @@ -18,10 +11,6 @@ permissions: jobs: release: runs-on: ubuntu-latest - if: | - github.event_name == 'workflow_run' - && github.event.workflow_run.conclusion == 'success' - && startsWith(github.event.workflow_run.head_branch, 'refs/tags/') steps: - uses: actions/checkout@v3 - uses: actions/setup-java@v2 @@ -54,10 +43,6 @@ jobs: release-macos: runs-on: macos-latest - if: | - github.event_name == 'workflow_run' - && github.event.workflow_run.conclusion == 'success' - && startsWith(github.event.workflow_run.head_branch, 'refs/tags/') steps: - uses: actions/checkout@v3 - uses: subosito/flutter-action@v2