this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

CI: action on any pull request; pushes to 'main'

+5 -1
+5 -1
.github/workflows/golang.yml
··· 1 1 name: golang 2 - on: [push, pull_request] 2 + on: 3 + pull_request: 4 + push: 5 + branches: 6 + - main 3 7 jobs: 4 8 build-and-test: 5 9 runs-on: ubuntu-latest