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:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ "main" ]
|
branches: [ "main" ]
|
||||||
|
push:
|
||||||
|
branches: [ "main" ]
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
Loading…
Add table
Reference in a new issue