Skip to content

Commit cfa38d1

Browse files
committed
GitHub CI
1 parent a4e4dfb commit cfa38d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ name: Test
33
on:
44
# Run CI on pushes to the main branch, and on PRs against main.
55
push:
6-
branches: [ main ]
6+
branches: [ main, eight-oh-nine-one ]
77
pull_request:
8-
branches: [ main ]
8+
branches: [ main, eight-oh-nine-one ]
99
schedule:
1010
- cron: 0 15 * * *
1111

0 commit comments

Comments
 (0)