Fix GitHub Actions to run on 'master' branch (#7926)

The config I copied in #7903 was from a repo with the new name 'main', so tests have not been running on master since.
This commit is contained in:
Adam Johnson 2021-04-16 17:23:18 +01:00 committed by GitHub
parent 1c494e3d94
commit f628db383a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@ name: CI
on:
push:
branches:
- main
- master
pull_request:
jobs: