Skip to content

Commit

Permalink
fix: run release only on main branch (#363)
Browse files Browse the repository at this point in the history
  • Loading branch information
kumachan-mis committed Jan 6, 2024
1 parent c5ecd9a commit 504824d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Expand Up @@ -2,8 +2,8 @@ name: Release
on:
workflow_run:
workflows: [Test]
types:
- completed
types: [completed]
branches: [main]

jobs:
release:
Expand Down

0 comments on commit 504824d

Please sign in to comment.