Skip to content

Commit

Permalink
kick off for pull requests (#448)
Browse files Browse the repository at this point in the history
  • Loading branch information
dschott68 authored Feb 10, 2023
1 parent 86e1f79 commit a2cee75
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/go.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
on: [push]
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-go
on:
# Run CI when pushing to main
push:
branches: [ main ]
# Run CI for PRs to main and staging
pull_request:
branches: [ main ]
jobs:
go-build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit a2cee75

Please # to comment.