We want the tests to run on PR.
This commit is contained in:
parent
e33af1a3f8
commit
9fb83e61ea
|
@ -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.
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
name: MSYS2-CI
|
||||
|
||||
on: push
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
windows-mingw:
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
name: Ubuntu 18.04 CI (GCC 7)
|
||||
|
||||
on: [push]
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
ubuntu-build:
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
name: Ubuntu 20.04 CI (GCC 9)
|
||||
|
||||
on: [push]
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
ubuntu-build:
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
name: VS16-CI
|
||||
|
||||
on: push
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
ci:
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
name: VS16-CLANG-CI
|
||||
|
||||
on: push
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
ci:
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
name: VS16-Ninja-CI
|
||||
|
||||
on: push
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
ci:
|
||||
|
|
Loading…
Reference in New Issue