diff options
| author | saltycrys <73420320+saltycrys@users.noreply.github.com> | 2020-12-02 05:33:42 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-02 05:33:42 +0100 |
| commit | 21c1450e4adea2a27304cf921f7445d4dc5ca5c8 (patch) | |
| tree | 976611cf7091c5d1d8dd9de7f81c53d393f702b9 /.github | |
| parent | 2b6b0e62f4526063c71c225ffeea5ebdb98c74c6 (diff) | |
| download | invidious-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.yml | 6 |
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: |
