Only triggers the pipeline on pushes to master and PRs
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
name: Pipeline
|
||||
on: push
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
jobs:
|
||||
go:
|
||||
name: Test Server on ${{ matrix.os }}
|
||||
Reference in New Issue
Block a user