diff options
-rw-r--r-- | .github/workflows/ci.yml | 46 |
1 files changed, 23 insertions, 23 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b68e3e043..5a4a87ab9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,28 +1,28 @@ name: CI tests -on: - push: - paths: - - '*' - - '.github/workflows/haskell.yml' - - '!MANUAL.txt' - - '!/doc/*' - - '!/tools/*' - - '!/linux/*' - - '!/macos/*' - - '!/windows/*' - - '!/man/*' - - '!AUTHORS.md' - - '!BUGS' - - '!CONTRIBUTING.md' - - '!README.md' - - '!INSTALL.md' - - '!COPYRIGHT' - - '!COPYING.md' - - '!README.template' - - '!RELEASE_CHECKLIST' - - '!appveyor.yml' - - '!changelog' +on: [push] +# push: +# paths: +# - '*' +# - '.github/workflows/haskell.yml' +# - '!MANUAL.txt' +# - '!/doc/*' +# - '!/tools/*' +# - '!/linux/*' +# - '!/macos/*' +# - '!/windows/*' +# - '!/man/*' +# - '!AUTHORS.md' +# - '!BUGS' +# - '!CONTRIBUTING.md' +# - '!README.md' +# - '!INSTALL.md' +# - '!COPYRIGHT' +# - '!COPYING.md' +# - '!README.template' +# - '!RELEASE_CHECKLIST' +# - '!appveyor.yml' +# - '!changelog' jobs: linux: |