Only on PR and on push to master
This commit is contained in:
4
.github/workflows/go-test.yaml
vendored
4
.github/workflows/go-test.yaml
vendored
@@ -1,10 +1,12 @@
|
|||||||
name: Go-Tests
|
name: Go-Tests
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
pull_request:
|
||||||
|
branches:
|
||||||
|
- develop
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
- develop
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
Reference in New Issue
Block a user