Skip to content

Commit 1a3c163

Browse files
authored
ci: expand workflow trigger to main and master branches (#839)
Signed-off-by: yxxhero <[email protected]>
1 parent 7174efe commit 1a3c163

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/release.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ on:
44
push:
55
tags:
66
- '*'
7+
branches:
8+
- 'main'
9+
- 'master'
10+
pull_request:
11+
branches:
12+
- 'main'
13+
- 'master'
714

815
permissions:
916
contents: write

0 commit comments

Comments
 (0)