fix branch trigger name

pull/3/head
meeb 2020-12-13 16:49:10 +11:00
parent 58ab097ee4
commit 2ffd76c823
1 changed files with 2 additions and 2 deletions

View File

@ -2,10 +2,10 @@ name: Run Django tests for TubeSync
on:
push:
branches:
- master
- main
pull_request:
branches:
- master
- main
jobs:
build: