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:
|
branches:
|
||||||
- master
|
- master
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
|
||||||
- master
|
|
||||||
schedule:
|
schedule:
|
||||||
- cron: "0 5 * * TUE"
|
- cron: "0 5 * * TUE"
|
||||||
|
|
||||||
@ -73,7 +71,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
path: data/bundle
|
path: data/bundle
|
||||||
key: data-bundle-${{ env.BUNDLE_CACHE_NUMBER }}
|
key: data-bundle-${{ env.BUNDLE_CACHE_NUMBER }}
|
||||||
|
|
||||||
- name: Set cache date
|
- name: Set cache date
|
||||||
run: echo "DATE=$(date +'%Y%m%d')" >> $GITHUB_ENV
|
run: echo "DATE=$(date +'%Y%m%d')" >> $GITHUB_ENV
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user