diff options
| author | Christine Dodrill <me@christine.website> | 2020-07-03 08:36:03 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-03 08:36:03 -0400 |
| commit | 62b1e1cd6624ff2dba0b6d464f4996c59617406e (patch) | |
| tree | b248984ad44ebda10fb0fb45ca60236eecff9a3f /.github | |
| parent | 7c2f9ae9a3ca70924e7d91ced0b7357920a528a0 (diff) | |
| download | xesite-62b1e1cd6624ff2dba0b6d464f4996c59617406e.tar.xz xesite-62b1e1cd6624ff2dba0b6d464f4996c59617406e.zip | |
Update go.yml
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/go.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 10979a8..e1e986f 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -1,5 +1,7 @@ name: Go -on: [push] +on: + - push + - pull_request jobs: build: name: Build |
