Update branch name in CI

This commit is contained in:
Mat Hare 2021-08-09 17:05:42 +01:00
parent 45126d8262
commit 9b37d6f4fc
1 changed files with 2 additions and 2 deletions

View File

@ -2,10 +2,10 @@ name: Continuous Integration
on:
push:
branches: [master]
branches: [main]
pull_request:
branches: [master]
branches: [main]
workflow_dispatch: