Skip to content

Commit

Permalink
Merge pull request #9 from JunNishimura/feature/add_release_workflow
Browse files Browse the repository at this point in the history
fix release workflow
  • Loading branch information
JunNishimura committed Mar 31, 2024
2 parents 95e87a7 + c3da1aa commit 5ecbb00
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 5ecbb00

Please sign in to comment.