Skip to content

Commit

Permalink
ci: Adjust schedule and build on qmd/R changes
Browse files Browse the repository at this point in the history
  • Loading branch information
gadenbuie authored Nov 6, 2023
1 parent 08b6ae2 commit 802d09d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build-dash.yaml
Original file line number Diff line number Diff line change
@@ -2,8 +2,11 @@ on:
push:
branches:
- main
paths:
- '**.qmd'
- '**.R'
schedule:
- cron: "03 13,16,19 * * MON-FRI"
- cron: "03 14,21 * * MON-FRI"
workflow_dispatch:

name: build-dash

0 comments on commit 802d09d

Please sign in to comment.