mirror of
https://github.com/doctrine/doctrine-website.git
synced 2026-03-23 22:32:11 +01:00
Start build only when website-configs.yml changes
This commit is contained in:
6
.github/workflows/website-configs.yml
vendored
6
.github/workflows/website-configs.yml
vendored
@@ -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 }}"
|
||||
|
||||
Reference in New Issue
Block a user