Skip to content

Commit

Permalink
ci: run release after CI
Browse files Browse the repository at this point in the history
  • Loading branch information
a0v0 committed Aug 20, 2024
1 parent 6938360 commit 9aa5218
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
name: Release

on:
push:
branches: [main]
# on:
# workflow_run:
# workflows: ["CI"]
# types:
# - completed
# branches:
# - main
workflow_run:
workflows: ["CI"]
types:
- completed
branches:
- main

jobs:
release:
Expand Down

0 comments on commit 9aa5218

Please sign in to comment.