Only triggers the pipeline on pushes to master and PRs
This commit is contained in:
parent
34ad740e07
commit
b7fd116bd8
1 changed files with 6 additions and 1 deletions
|
|
@ -1,5 +1,10 @@
|
|||
name: Pipeline
|
||||
on: push
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
jobs:
|
||||
go:
|
||||
name: Test Server on ${{ matrix.os }}
|
||||
Loading…
Reference in a new issue