commit 24f490d2c05cf8e9c85061c7da5fc90c08581ddb parent ec9b8ba3b3d4b43a6693f480a4a719101cf1b80f Author: fundamental <mark.d.mccurry@gmail.com> Date: Sat, 14 Aug 2021 21:54:29 -0400 Add Github Actions to PRs Diffstat:
M | .github/workflows/ccpp.yml | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/ccpp.yml b/.github/workflows/ccpp.yml @@ -1,6 +1,6 @@ name: Ubuntu Build CI -on: [push] +on: [push, pull_request] jobs: build: