]> git.ipfire.org Git - thirdparty/zlib-ng.git/commitdiff
Run GitHub Actions workflow on pull requests.
authorNathan Moinvaziri <nathan@solidstatenetworks.com>
Wed, 23 Oct 2019 01:30:43 +0000 (18:30 -0700)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Thu, 24 Oct 2019 07:16:31 +0000 (09:16 +0200)
.github/workflows/cmake.yml
.github/workflows/configure.yml

index 72014980526de6c3903a96ce32f12c911ea8a469..4c3cdcf52e0d942e46582058035a733ab206f2ba 100644 (file)
@@ -1,5 +1,5 @@
 name: CI CMake
-on: [push]
+on: [push, pull_request]
 jobs:
   ci-cmake:
     name: ${{ matrix.name }}
index 1ee769c3042beed4870d3d5c5cd852bba1fd4f22..31f57e40963c0f4b1541e21e6ffb0b6a64c24433 100644 (file)
@@ -1,5 +1,5 @@
 name: CI Configure
-on: [push]
+on: [push, pull_request]
 jobs:
   ci-configure:
     name: ${{ matrix.name }}