Skip to content

Commit dd1a069

Browse files
committed
Add checks to release branch
1 parent 1d4a0d3 commit dd1a069

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: .github/workflows/main-checks.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ name: Main branch checks
22

33
on:
44
push:
5-
branches: [main]
5+
branches:
6+
- main
7+
- 'v*.*.*'
68

79
jobs:
810
checks:

0 commit comments

Comments
 (0)