Start build only when website-configs.yml changes

This commit is contained in:
Claudio Zizza
2020-10-05 19:35:37 +02:00
parent 26ff28beb3
commit 1bc9c88a4b

View File

@@ -3,6 +3,12 @@ name: "website-configs"
on:
schedule:
- cron: "0 23 * * *"
push:
paths:
- '.github/workflows/website-configs.yml'
pull_request:
paths:
- '.github/workflows/website-configs.yml'
env:
doctrine_website_mysql_password: "${{ secrets.doctrine_website_mysql_password }}"