From 5797fbf38e50bc22927915eceae72c600b664ddd Mon Sep 17 00:00:00 2001 From: Malte Rosenbjerg Date: Tue, 27 Oct 2020 12:08:18 +0100 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bf07a86..a8c0244 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,9 +1,20 @@ name: CI -on: [push, pull_request] + +on: + push: + branches: + - master + branches-ignore: + - release + pull_request: + branches: + - master + - release + jobs: ci: runs-on: ubuntu-latest - timeout-minutes: 10 + timeout-minutes: 7 steps: - uses: actions/checkout@v1 - name: Prepare FFMpeg