GitHub: Add more build types
commit1ba296dc6afda613a31b47ead0962dd09a3bf4bc
authorNicolas Williams <nico@twosigma.com>
Sat, 15 Jan 2022 22:15:22 +0000 (15 16:15 -0600)
committerNicolas Williams <nico@twosigma.com>
Sat, 15 Jan 2022 22:18:03 +0000 (15 16:18 -0600)
tree3a34f338a80745b15b63297ddb7042c9f5d5347b
parent867457871a9c76128424b9848b70c86c7bdcfac5
GitHub: Add more build types

 - s/build.yml/${build}.yml/ for the existing builds

 - add filter on branches on push

 - add scan-build build triggered by pushes to the scan-build branch or by PRs
   that touch the scan-build.yml

 - add valgrind build triggered by pushes to the valgrind branch or by PRs that
   touch the valgrind.yml
.github/workflows/linux.yml
.github/workflows/osx.yml
.github/workflows/scanbuild.yml [new file with mode: 0644]
.github/workflows/valgrind.yml [copied from .github/workflows/linux.yml with 64% similarity]
.github/workflows/windows.yml