Traverse-Research / rspirv-reflect

🦀 Minimal SPIR-V reflection library.
https://traverseresearch.nl
Apache License 2.0
41 stars 10 forks source link

ci: Also run checks on pull request #22

Closed MarijnS95 closed 2 years ago

MarijnS95 commented 2 years ago

While Traverse contributions are generally crated from branches on this repository, external contributors submit pull requests from their own forks where the CI does not run. With this change Github Actions CI runs on both pushes to any branch on this repository as well as every PR submitted against it.

CC #21