From c627a6c414dbe2441cdd0e1534618663ac7bd8fc Mon Sep 17 00:00:00 2001 From: Marcin Szamotulski Date: Fri, 21 Oct 2022 20:58:54 +0200 Subject: [PATCH] Trigger GitHub actions only on PRs --- .github/workflows/haskell.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/haskell.yml b/.github/workflows/haskell.yml index 11483955..dc7a5a1e 100644 --- a/.github/workflows/haskell.yml +++ b/.github/workflows/haskell.yml @@ -1,10 +1,7 @@ name: Haskell CI on: - push: - branches: ['*'] pull_request: - branches: ['main'] jobs: build: