Skip to content

Commit

Permalink
CI: run release action on build completion
Browse files Browse the repository at this point in the history
  • Loading branch information
ahihi committed Aug 1, 2024
1 parent e8e26a5 commit 2347220
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@ name: release
# - 'v*.*.*'

on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
workflow_run:
workflows: ["build"]
branches: [main]
types:
- completed

permissions:
actions: read
Expand Down

0 comments on commit 2347220

Please sign in to comment.