summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorsaltycrys <73420320+saltycrys@users.noreply.github.com>2020-12-02 05:33:42 +0100
committerGitHub <noreply@github.com>2020-12-02 05:33:42 +0100
commit21c1450e4adea2a27304cf921f7445d4dc5ca5c8 (patch)
tree976611cf7091c5d1d8dd9de7f81c53d393f702b9 /.github
parent2b6b0e62f4526063c71c225ffeea5ebdb98c74c6 (diff)
downloadinvidious-21c1450e4adea2a27304cf921f7445d4dc5ca5c8.tar.gz
invidious-21c1450e4adea2a27304cf921f7445d4dc5ca5c8.tar.bz2
invidious-21c1450e4adea2a27304cf921f7445d4dc5ca5c8.zip
Run CI only once per change
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml6
1 files changed, 5 insertions, 1 deletions
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: