From 06dd45bcdf1328099f2f3a92556fe152c33981f3 Mon Sep 17 00:00:00 2001 From: Mic Neale Date: Sat, 24 Aug 2024 17:02:52 +1000 Subject: [PATCH] trigger on PRs --- .github/workflows/ci.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b8a42fb5..ef5afb99 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1,8 +1,6 @@ name: CI on: - push: - branches: [main] pull_request: branches: [main]