Skip to content

Commit 75d0dfe

Browse files
committed
Add release branches to workflows
Signed-off-by: Dale Haiducek <[email protected]>
1 parent 7c1edfb commit 75d0dfe

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/linters.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@ on:
44
push:
55
branches:
66
- main
7+
- v[0-9]+.[0-9]+
78
pull_request:
89
branches:
910
- main
11+
- v[0-9]+.[0-9]+
1012

1113
jobs:
1214
tests:

.github/workflows/unit-tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@ on:
44
push:
55
branches:
66
- main
7+
- v[0-9]+.[0-9]+
78
pull_request:
89
branches:
910
- main
11+
- v[0-9]+.[0-9]+
1012

1113
jobs:
1214
tests:

0 commit comments

Comments
 (0)