From f49dcb3f72b9878ed37168688eb8a90e765747cb Mon Sep 17 00:00:00 2001 From: Kyle Altendorf Date: Sat, 20 Feb 2021 20:57:32 -0500 Subject: [PATCH 1/2] Build all PRs --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cf23560..885f23c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,7 +6,7 @@ on: tags: - "*" pull_request: - branches: [ main ] + branches: [ "*" ] schedule: # Daily at 04:52 - cron: '52 4 * * *' From ab180807d1139780ee84ceaa720fae7d0dd5ab9f Mon Sep 17 00:00:00 2001 From: Kyle Altendorf Date: Sat, 13 Mar 2021 15:30:02 -0500 Subject: [PATCH 2/2] ** --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 885f23c..7f84f2e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,7 +6,7 @@ on: tags: - "*" pull_request: - branches: [ "*" ] + branches: [ "**" ] schedule: # Daily at 04:52 - cron: '52 4 * * *'