Skip to content

Commit 75ed306

Browse files
committed
Reenable main tests
1 parent 04891f1 commit 75ed306

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ on:
44
schedule:
55
- cron: "1 1 1 */1 *" # Run once a month to test...
66
push:
7-
branches: [ master, development, testxx_* ]
7+
branches: [ master, development, test_* ]
88
pull_request:
9-
branches: [ master, development, testxx_* ]
9+
branches: [ master, development, test_* ]
1010

1111
jobs:
1212
build:

0 commit comments

Comments
 (0)