run CI on PRs targeting non-master branches
This commit is contained in:
parent
ad4bd56ab2
commit
d24b9a4883
4
.github/workflows/ci.yaml
vendored
4
.github/workflows/ci.yaml
vendored
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user