Skip to content

Commit

Permalink
fix: action listening on wrong PR target branch (#536)
Browse files Browse the repository at this point in the history
  • Loading branch information
kopernic-pl authored Jan 24, 2025
1 parent c0b933f commit 36e1761
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ run-name: 'Release from ${{ github.ref_name }}'
on:
pull_request:
branches:
- test
- main
types:
- closed

Expand Down

0 comments on commit 36e1761

Please sign in to comment.