From d24b9a48832e48499464acfdcbe2a6a2e66c0765 Mon Sep 17 00:00:00 2001 From: Fabian Neumann Date: Thu, 24 Mar 2022 12:40:29 +0100 Subject: [PATCH] run CI on PRs targeting non-master branches --- .github/workflows/ci.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 0406e742..0421ef82 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -13,8 +13,6 @@ on: branches: - master pull_request: - branches: - - master schedule: - cron: "0 5 * * TUE" @@ -73,7 +71,7 @@ jobs: with: path: data/bundle key: data-bundle-${{ env.BUNDLE_CACHE_NUMBER }} - + - name: Set cache date run: echo "DATE=$(date +'%Y%m%d')" >> $GITHUB_ENV