Add second trigger to conditional cache example (#50)

For clarity's sake, add a second trigger that will use cache, where scheduled builds don't
This commit is contained in:
gozzarda
2019-11-15 12:46:26 +08:00
committed by Lars
parent 02076157a9
commit 4d268c4bb0

View File

@@ -113,6 +113,9 @@ Use `cache` when you have big images, that you would only like to build partiall
```yaml
name: Publish to Registry
on:
push:
branches:
- master
schedule:
- cron: '0 2 * * 0' # Weekly on Sundays at 02:00
jobs: