1
0
mirror of https://github.com/iv-org/invidious.git synced 2025-03-25 15:18:22 -04:00

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,6 +1,10 @@
name: Invidious CI
on: [push, pull_request]
on:
push:
branches: "master"
pull_request:
branches: "*"
jobs:
build: