Skip to content

Commit d74059f

Browse files
committed
Updare CI config to also run for the v2 branch
1 parent 9414ce0 commit d74059f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/quality.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Code Quality
22

33
on:
44
push:
5-
branches: [master]
5+
branches: [master, v2]
66
pull_request:
7-
branches: [master]
7+
branches: [master, v2]
88

99
env:
1010
elixir_version: '1.15'

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Mix Tests
22

33
on:
44
push:
5-
branches: [master]
5+
branches: [master, v2]
66
pull_request:
7-
branches: [master]
7+
branches: [master, v2]
88

99
jobs:
1010
build:

0 commit comments

Comments
 (0)