Skip to content

Commit 138da35

Browse files
committed
Change action branches from main to v1
1 parent c1f4f01 commit 138da35

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/check-badges.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Check badges in README.md
22

33
on:
44
push:
5-
branches: [ main ]
5+
branches: [ v1 ]
66
pull_request:
7-
branches: [ main ]
7+
branches: [ v1 ]
88

99
jobs:
1010
build-and-test:

.github/workflows/dart.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: "Dart test"
22

33
on:
44
push:
5-
branches: [ main ]
5+
branches: [ v1 ]
66
pull_request:
7-
branches: [ main ]
7+
branches: [ v1 ]
88

99
jobs:
1010
build:

0 commit comments

Comments
 (0)