Skip to content

Commit c97337a

Browse files
committed
update workflows
1 parent 9835906 commit c97337a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci-stable.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ name: CI — Stable
88

99
on:
1010
push:
11-
branches: [main]
11+
branches: [v3]
1212
pull_request:
13-
branches: [main, v3]
13+
branches: [v3]
1414

1515
permissions:
1616
contents: read

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ name: CI — Stable
55

66
on:
77
push:
8-
branches: [main]
8+
branches: [v3]
99
pull_request:
10-
branches: [main, v3]
10+
branches: [v3]
1111

1212
permissions:
1313
contents: read

0 commit comments

Comments
 (0)