Skip to content

Commit

Permalink
fix: remove workflow_run as it doesn't work as expected
Browse files Browse the repository at this point in the history
on push to main or dev
  • Loading branch information
sachahu1 committed Aug 7, 2024
1 parent 033400f commit b55b29c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
name: Release

on:
workflow_run:
workflows: ["Run Tests"]
types: [completed]
push:
branches:
- main
- dev
Expand Down

0 comments on commit b55b29c

Please sign in to comment.