Skip to content

Commit 02e467a

Browse files
committed
fix: add master branch to GitHub Actions workflow triggers
- Add master branch to both push and pull_request triggers - Resolves workflow execution issues for PRs targeting master branch
1 parent d9cb556 commit 02e467a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release-please.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,13 @@ on:
44
push:
55
branches:
66
- main
7+
- master
78
- candidate-*
89

910
pull_request:
1011
branches:
1112
- main
13+
- master
1214
- candidate-*
1315

1416
permissions:

0 commit comments

Comments
 (0)