1
0
mirror of https://github.com/mifi/lossless-cut.git synced 2024-11-22 02:12:30 +01:00

improve builds

This commit is contained in:
Mikael Finstad 2021-02-09 12:08:00 +01:00
parent 226f9eef83
commit 6b5a843c25
No known key found for this signature in database
GPG Key ID: 25AB36E3E81CBC26
2 changed files with 6 additions and 3 deletions

View File

@ -1,6 +1,9 @@
name: Build/release
on: push
on:
push:
branches:
- master
jobs:
release:

View File

@ -1,6 +1,6 @@
name: Pull request tests
name: Test
on: [pull_request]
on: [push, pull_request]
jobs:
test: