diff options
| author | Christine Dodrill <me@christine.website> | 2019-08-28 19:20:25 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-08-28 19:20:25 -0400 |
| commit | f72b997e65078f827011d3f1de0dac4f6b55a178 (patch) | |
| tree | 48be31ad3cf99585590ba8b001ad275f26124e77 | |
| parent | e95de5e1201477159504adab1dbe22cfaf4e4bb4 (diff) | |
| download | xesite-f72b997e65078f827011d3f1de0dac4f6b55a178.tar.xz xesite-f72b997e65078f827011d3f1de0dac4f6b55a178.zip | |
Update go.yml
| -rw-r--r-- | .github/workflows/go.yml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index b9979db..d2cfb0f 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -1,8 +1,5 @@ name: Go -on: - pull_request: - branches: - - master +on: [push] jobs: build: name: Build |
