mirror of
https://github.com/mifi/lossless-cut.git
synced 2024-11-22 10:22:31 +01:00
try to fix build not running
This commit is contained in:
parent
3899f11717
commit
96fe4d9c1b
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
@ -2,8 +2,11 @@ name: Build/release
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
tags:
|
||||||
- master
|
- 'v*'
|
||||||
|
schedule:
|
||||||
|
- cron: '0 10 * * 0'
|
||||||
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
release:
|
release:
|
||||||
|
Loading…
Reference in New Issue
Block a user