mirror of
https://github.com/navidrome/navidrome.git
synced 2026-05-03 06:51:16 +00:00
Only triggers the pipeline on pushes to master and PRs
This commit is contained in:
parent
34ad740e07
commit
b7fd116bd8
@ -1,5 +1,10 @@
|
|||||||
name: Pipeline
|
name: Pipeline
|
||||||
on: push
|
push:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
|
pull_request:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
jobs:
|
jobs:
|
||||||
go:
|
go:
|
||||||
name: Test Server on ${{ matrix.os }}
|
name: Test Server on ${{ matrix.os }}
|
||||||
Loading…
x
Reference in New Issue
Block a user