Skip to content

Commit

Permalink
Run Release action on PR that targets master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
stsdc authored Oct 9, 2024
1 parent 6404917 commit 596479c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Release
on:
pull_request:
branches: [ $default-branch ]
branches: [ master ]
types: closed
jobs:
release:
Expand Down

0 comments on commit 596479c

Please sign in to comment.