Skip to content

Commit

Permalink
Publish releases only on master branch (#1210)
Browse files Browse the repository at this point in the history
Signed-off-by: Yi Chen <[email protected]>
  • Loading branch information
ChenYi015 authored Nov 18, 2024
1 parent ac164b8 commit 866ec44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Check Release
on:
pull_request:
branches:
- release-*
- master
paths:
- VERSION

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Release
on:
push:
branches:
- release-*
- master
paths:
- VERSION

Expand Down

0 comments on commit 866ec44

Please sign in to comment.