diff options
| author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2019-11-25 08:44:56 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-11-25 08:44:56 -0500 |
| commit | 76b7fb27056c4bada5512530b514ed883ec5034c (patch) | |
| tree | 1f5d8d9c6bb10b0523d9a0479f05de9ce41f0b84 /.github/workflows | |
| parent | 46ab9c276afee2fb03304aa53089c6c700c7af6e (diff) | |
| download | reloc-76b7fb27056c4bada5512530b514ed883ec5034c.tar.gz | |
Update ci.yml
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/ci.yml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fcd07d9..7851bd6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,7 +1,5 @@ name: ci - -#on: [push, pull_request] -on: [push] +on: [push, pull_request] jobs: unix: |
