Skip to content

Commit

Permalink
fix: run release workflow after test and lint is completed (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
JunNishimura committed Mar 31, 2024
1 parent babd9b7 commit c3da1aa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Release

on:
workflow_run:
workflows: ["golangci", "test"]
types:
- completed
push:
branches:
- main
Expand Down

0 comments on commit c3da1aa

Please sign in to comment.