Add push trigger to GitHub Actions workflow for main branch
This commit is contained in:
parent
009954857c
commit
d648458de1
1 changed files with 2 additions and 1 deletions
3
.github/workflows/go-build.yml
vendored
3
.github/workflows/go-build.yml
vendored
|
@ -3,7 +3,8 @@ name: Test and Build
|
|||
on:
|
||||
pull_request:
|
||||
branches: [ "main" ]
|
||||
|
||||
push:
|
||||
branches: [ "main" ]
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
Loading…
Add table
Reference in a new issue