We want the tests to run on PR.

This commit is contained in:
Daniel Lemire 2020-07-26 14:39:47 -04:00
parent e33af1a3f8
commit 9fb83e61ea
8 changed files with 8 additions and 10 deletions

View File

@ -1,7 +1,6 @@
name: MinGW32-CI
on: push
on: [push, pull_request]
# Important: scoop will either install 32-bit GCC or 64-bit GCC, not both.

View File

@ -1,7 +1,6 @@
name: MinGW64-CI
on: push
on: [push, pull_request]
# Important: scoop will either install 32-bit GCC or 64-bit GCC, not both.

View File

@ -1,6 +1,6 @@
name: MSYS2-CI
on: push
on: [push, pull_request]
jobs:
windows-mingw:

View File

@ -1,6 +1,6 @@
name: Ubuntu 18.04 CI (GCC 7)
on: [push]
on: [push, pull_request]
jobs:
ubuntu-build:

View File

@ -1,6 +1,6 @@
name: Ubuntu 20.04 CI (GCC 9)
on: [push]
on: [push, pull_request]
jobs:
ubuntu-build:

View File

@ -1,6 +1,6 @@
name: VS16-CI
on: push
on: [push, pull_request]
jobs:
ci:

View File

@ -1,6 +1,6 @@
name: VS16-CLANG-CI
on: push
on: [push, pull_request]
jobs:
ci:

View File

@ -1,6 +1,6 @@
name: VS16-Ninja-CI
on: push
on: [push, pull_request]
jobs:
ci: