Update trigger-deploy.yml
This commit is contained in:
4
.github/workflows/trigger-deploy.yml
vendored
4
.github/workflows/trigger-deploy.yml
vendored
@@ -2,9 +2,13 @@
|
|||||||
# and triggers a new deploy on the eol website.
|
# and triggers a new deploy on the eol website.
|
||||||
name: Deploy website
|
name: Deploy website
|
||||||
on:
|
on:
|
||||||
|
# We trigger a deploy, if we've updated
|
||||||
|
# release-data in this push.
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
paths:
|
||||||
|
- 'releases/*'
|
||||||
jobs:
|
jobs:
|
||||||
deploy:
|
deploy:
|
||||||
name: Deploy Website
|
name: Deploy Website
|
||||||
|
|||||||
Reference in New Issue
Block a user