Run CI only once per change
This commit is contained in:
parent
2b6b0e62f4
commit
21c1450e4a
|
@ -1,6 +1,10 @@
|
|||
name: Invidious CI
|
||||
|
||||
on: [push, pull_request]
|
||||
on:
|
||||
push:
|
||||
branches: "master"
|
||||
pull_request:
|
||||
branches: "*"
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
Loading…
Reference in New Issue