mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-23 21:46:44 +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:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- main
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- main
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
Loading…
Reference in New Issue
Block a user