Skip to content

Commit

Permalink
MOD: Re-enable release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nmacholl authored Sep 24, 2024
1 parent ffcce21 commit 07b3b9c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: release

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

jobs:
release:
Expand Down

0 comments on commit 07b3b9c

Please sign in to comment.