Skip to content

Commit

Permalink
Merge pull request #10 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 5ecbb00 + 80efba6 commit db8ea33
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,9 @@ name: Release
on:
workflow_run:
workflows: ["golangci", "test"]
branches: ["main"]
types:
- completed
push:
branches:
- main

jobs:
release:
Expand Down

0 comments on commit db8ea33

Please sign in to comment.