Skip to content

Commit

Permalink
Merge pull request #6711 from department-of-veterans-affairs/chore/tr…
Browse files Browse the repository at this point in the history
…igger-documentation-deploy-on-merge

added dev branch trigger to documentation workflow
  • Loading branch information
timwright12 authored Sep 19, 2023
2 parents d4a92e1 + ab72095 commit f383bd3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/documentation_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name: '[Documentation] Deploy Site'
# Adapted from https://docusaurus.io/docs/deployment

on:
push:
branches: ["develop"]
paths: 'VAMobile/documentation/**'
workflow_dispatch:
schedule:
- cron: "0 3 * * *" # Runs at 03:00 AM (UTC) every day (Check https://crontab.guru/)
Expand Down

0 comments on commit f383bd3

Please sign in to comment.