Skip to content

Commit

Permalink
Update github action go workflow to run on push
Browse files Browse the repository at this point in the history
  • Loading branch information
montanaflynn committed Jan 8, 2023
1 parent 1727936 commit b305374
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,7 @@
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-go

name: Go

on:
pull_request:
types:
- opened
- edited
- synchronize

on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
Expand Down

0 comments on commit b305374

Please sign in to comment.