diff --git a/.gitea/workflows/test-push.yaml b/.gitea/workflows/test-push.yaml index f3fc499..40227ef 100644 --- a/.gitea/workflows/test-push.yaml +++ b/.gitea/workflows/test-push.yaml @@ -1,6 +1,6 @@ name: Testing pushed commits run-name: "Testing pushed changes (HEAD@${{ github.head_ref }}) on ${{ runner.os }}" -on: [push] +on: [push, pull] jobs: # Compiles out everything. @@ -30,7 +30,7 @@ jobs: uses: https://git.telodendria.io/lda/setup-cytoplasm-telodendria@master with: compiler: gcc - checkout: Telodendria + to_install: Telodendria install: false # TODO: Make (eventually) a static build out to deploy?