From b541eb2864894a5623cb683bba17a8963481df6b Mon Sep 17 00:00:00 2001 From: garzj Date: Sat, 7 Oct 2023 21:49:26 +0200 Subject: [PATCH] Run lint and build workflow on pull requests --- .github/workflows/{ci.yml => lint-and-build.yml} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename .github/workflows/{ci.yml => lint-and-build.yml} (93%) diff --git a/.github/workflows/ci.yml b/.github/workflows/lint-and-build.yml similarity index 93% rename from .github/workflows/ci.yml rename to .github/workflows/lint-and-build.yml index 1480dbd..f28204a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/lint-and-build.yml @@ -1,5 +1,5 @@ name: CI -on: [push] +on: [push, pull-requests] jobs: build: runs-on: ubuntu-latest