Skip to content

Commit

Permalink
fix: release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kfc-manager committed Mar 19, 2024
1 parent d57fcbe commit 79461d7
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
name: Release

on:
push:
branches: ["main"]
workflow_run:
workflows: ["Lint", "Secrets Scan", "Test"]
types:
- completed
workflows: ["Test"]
types: [completed]
branches: ["main"]

permissions:
contents: write
Expand Down

0 comments on commit 79461d7

Please sign in to comment.