run GH actions on all push and PRs
This commit is contained in:
parent
1e3604c274
commit
0c515a8f61
6
.github/workflows/go.yml
vendored
6
.github/workflows/go.yml
vendored
@ -1,10 +1,6 @@
|
|||||||
name: Go
|
name: Go
|
||||||
|
|
||||||
on:
|
on: [push, pull_request]
|
||||||
push:
|
|
||||||
branches: [ master ]
|
|
||||||
pull_request:
|
|
||||||
branches: [ master ]
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
Loading…
Reference in New Issue
Block a user