Skip to content

Commit

Permalink
Amend .github deploy.yaml workflow to quote paths
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianSpence committed Sep 19, 2024
1 parent a45b10b commit 8528085
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ name: Deploy to shinyapps.io
branches:
- main
paths:
- R/**
- data/**
- .pipelines/deploy.R
- renv.lock
- 'R/**''
- 'data/**''
- '.pipelines/deploy.R'
- 'renv.lock'
# Allow to be called by other workflow
workflow_call:
# run on request (via button in actions menu)
Expand Down

0 comments on commit 8528085

Please sign in to comment.