diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2021-08-29 03:30:06 +0000 |
---|---|---|
committer | Sven-Hendrik Haase <svenstaro@gmail.com> | 2021-08-29 03:30:06 +0000 |
commit | 940c18a5ffdb3c06cc11b232ce0a8fb39467ed15 (patch) | |
tree | 24803d134ff95d630100f6187f05399f137a2963 /.github/workflows/ci.yml | |
parent | Merge pull request #584 from svenstaro/always-build-all-binaries (diff) | |
download | miniserve-940c18a5ffdb3c06cc11b232ce0a8fb39467ed15.tar.gz miniserve-940c18a5ffdb3c06cc11b232ce0a8fb39467ed15.zip |
Revert "Run CI on push only"
This reverts commit 194b11ac055be7e2bad214646bd6e65cb8cf11b1.
Diffstat (limited to '')
-rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 348be4b..0f39ae6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,6 +1,6 @@ name: CI -on: push +on: [push, pull_request] jobs: ci: |