Skip to content

Commit

Permalink
🔧 chore(release.yml): remove unnecessary event triggers for the relea…
Browse files Browse the repository at this point in the history
…se workflow

🔧 chore(release.yml): remove push event trigger for the release workflow
🔧 chore(release.yml): remove repository_dispatch event trigger for the release workflow
  • Loading branch information
Codycody31 committed Dec 13, 2023
1 parent 48c5be4 commit 0adf042
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
name: Release
on:
push:
branches:
- main
repository_dispatch:
types: [semantic-release]
workflow_run:
workflows: ["test-and-build"]
branches: [main]
Expand Down

0 comments on commit 0adf042

Please sign in to comment.