run CI on PRs targeting non-master branches

This commit is contained in:
Fabian Neumann 2022-03-24 12:40:29 +01:00
parent ad4bd56ab2
commit d24b9a4883

View File

@ -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