mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-23 05:26:37 +00:00
fix branch trigger name
This commit is contained in:
parent
58ab097ee4
commit
2ffd76c823
4
.github/workflows/testing.yaml
vendored
4
.github/workflows/testing.yaml
vendored
@ -2,10 +2,10 @@ name: Run Django tests for TubeSync
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- main
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
- main
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
Loading…
Reference in New Issue
Block a user