GitHub Actions — Run on Push or Pull Request, but Not Both
We’re using GitHub Actions to run tests when pushing to a given branch. GitHub Actions are a convenient way for testing because the tests can run on the same platform where the code lives. We also wanted to run the CI pipeline for pull requests. And GitHub Actions come …
Continue Reading