workflows: execute on pull request
This commit is contained in:
parent
130e186006
commit
5e0ee0bd00
1 changed files with 1 additions and 1 deletions
2
.github/workflows/go.yaml
vendored
2
.github/workflows/go.yaml
vendored
|
@ -1,5 +1,5 @@
|
||||||
name: CI
|
name: CI
|
||||||
on: [push]
|
on: [push, pull_request]
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
name: Build & Lint
|
name: Build & Lint
|
||||||
|
|
Loading…
Reference in a new issue