mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-24 05:56:37 +00:00
Save a step for test branches
This commit is contained in:
parent
8fe43170a4
commit
083e29a189
5
.github/workflows/ci.yaml
vendored
5
.github/workflows/ci.yaml
vendored
@ -7,10 +7,11 @@ on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- 'main'
|
||||
- 'test-*'
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
- 'main'
|
||||
types:
|
||||
- opened
|
||||
- reopened
|
||||
|
Loading…
Reference in New Issue
Block a user