From 21c1450e4adea2a27304cf921f7445d4dc5ca5c8 Mon Sep 17 00:00:00 2001 From: saltycrys <73420320+saltycrys@users.noreply.github.com> Date: Wed, 2 Dec 2020 05:33:42 +0100 Subject: [PATCH] Run CI only once per change --- .github/workflows/ci.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1f553807..b354538c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,6 +1,10 @@ name: Invidious CI -on: [push, pull_request] +on: + push: + branches: "master" + pull_request: + branches: "*" jobs: build: