Update workflow to specify branches for push and pull_request events
This commit is contained in:
@@ -1,8 +1,10 @@
|
|||||||
name: Check go code
|
name: Check go code
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push: *
|
push:
|
||||||
pull_request: *
|
branches: *
|
||||||
|
pull_request:
|
||||||
|
branches: *
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-and-release:
|
build-and-release:
|
||||||
|
|||||||
Reference in New Issue
Block a user