Skip to content

Commit

Permalink
FIX: Fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
threecgreen committed Oct 3, 2024
1 parent 1aa308d commit 22af4a0
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: release

# on:
# workflow_run:
# workflows:
# - build
# branches: [main]
# types:
# - completed
on:
workflow_run:
workflows:
- build
branches: [main]
types:
- completed

jobs:
tag-release:
Expand Down

0 comments on commit 22af4a0

Please sign in to comment.