Skip to content

ci: run Go workflow only on Go-related changes - #11

Open
msampathkumar wants to merge 1 commit into
mainfrom
sampathm-ci-skip-go-on-nongo
Open

ci: run Go workflow only on Go-related changes#11
msampathkumar wants to merge 1 commit into
mainfrom
sampathm-ci-skip-go-on-nongo

Conversation

@msampathkumar

Copy link
Copy Markdown
Member

Optimize the Golang CI workflow to run only for .go files.

Comment thread .github/workflows/go.yaml
push:
branches: [ "main", "release/**" ]
paths:
- '**.go'

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

let's add .golangci.yml as well

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants