From cc45801ae30b326d74f7b163f40bf71a8f368b05 Mon Sep 17 00:00:00 2001 From: Sean Hess Date: Tue, 12 Dec 2023 10:13:53 -0600 Subject: [PATCH] all branches --- .github/workflows/haskell.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/haskell.yml b/.github/workflows/haskell.yml index 60e355c..2b6b83f 100644 --- a/.github/workflows/haskell.yml +++ b/.github/workflows/haskell.yml @@ -2,9 +2,11 @@ name: Haskell CI on: push: - branches: [ "main" ] + branches: + - "*" pull_request: - branches: [ "main" ] + branches: + - "main" permissions: contents: read