Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
enoy19 authored Apr 20, 2023
1 parent fda45dd commit b1f51b8
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,6 @@
name: Release

on:
workflow_run:
workflows:
- Build
branches:
- main
types:
- completed
push:
tags:
- '*'
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit b1f51b8

Please sign in to comment.