Skip to content

Commit

Permalink
Chore: update workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Fxzx micah <48860358+fxzxmicah@users.noreply.github.com>
  • Loading branch information
fxzxmicah committed Mar 18, 2024
1 parent ffe3978 commit 5406b96
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
name: Release
on: [push]
on:
workflow_run:
workflows: [Linter]
types:
- completed
branches:
- main

jobs:
build:
runs-on: windows-latest
if: ${{ github.event.workflow_run.conclusion == 'success' }}
steps:
- name: Setup Go
uses: actions/setup-go@v5
Expand Down

0 comments on commit 5406b96

Please sign in to comment.