glenn-jocher commited on
Commit
aa18599
1 Parent(s): b161edf

Update ci-testing.yml (#4772)

Browse files
Files changed (1) hide show
  1. .github/workflows/ci-testing.yml +2 -2
.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, develop]
8
  pull_request:
9
  # The branches below must be a subset of the branches above
10
- branches: [master, develop]
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