Update ci-testing.yml (#4772)
Browse files
.github/workflows/ci-testing.yml
CHANGED
@@ -4,10 +4,10 @@ name: CI CPU testing
|
|
4 |
|
5 |
on: # https://help.github.com/en/actions/reference/events-that-trigger-workflows
|
6 |
push:
|
7 |
-
branches: [master
|
8 |
pull_request:
|
9 |
# The branches below must be a subset of the branches above
|
10 |
-
branches: [master
|
11 |
schedule:
|
12 |
- cron: '0 0 * * *' # Runs at 00:00 UTC every day
|
13 |
|
|
|
4 |
|
5 |
on: # https://help.github.com/en/actions/reference/events-that-trigger-workflows
|
6 |
push:
|
7 |
+
branches: [master]
|
8 |
pull_request:
|
9 |
# The branches below must be a subset of the branches above
|
10 |
+
branches: [master]
|
11 |
schedule:
|
12 |
- cron: '0 0 * * *' # Runs at 00:00 UTC every day
|
13 |
|