Run CI only once per change

This commit is contained in:
saltycrys 2020-12-02 05:33:42 +01:00 committed by GitHub
parent 2b6b0e62f4
commit 21c1450e4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -1,6 +1,10 @@
name: Invidious CI
on: [push, pull_request]
on:
push:
branches: "master"
pull_request:
branches: "*"
jobs:
build: