Skip to content

Commit 875d5a4

Browse files
committed
enable GH actions for v2+ branches
1 parent b9af10d commit 875d5a4

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- main
7+
- 'v*.x'
78
paths-ignore:
89
- '*.md'
910

.github/workflows/pr-check.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
pull_request:
55
branches:
66
- main
7+
- 'v*.x'
78
paths-ignore:
89
- '*.md'
910

0 commit comments

Comments
 (0)