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