Skip to content

Commit

Permalink
extend check and docs github workflows with a trigger on filter_panel…
Browse files Browse the repository at this point in the history
…_refactor branch (#318)

One of actions we aligned on during this discussion
#313 was to
setup automated testing for branches that for a longer time substituted
main branch. In this case it's `filter_panel_refactor` branch.
  • Loading branch information
m7pr authored Jun 5, 2023
1 parent 4d83171 commit 9ba3569
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,11 @@ on:
- ready_for_review
branches:
- main
- filter_panel_refactor
push:
branches:
- main
- filter_panel_refactor
workflow_dispatch:

# Rerun workflows once pkgdown has finished running, to add coverage
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
push:
branches:
- main
- filter_panel_refactor
paths:
- "inst/templates/**"
- "_pkgdown.y[a]ml"
Expand All @@ -22,6 +23,7 @@ on:
- ready_for_review
branches:
- main
- filter_panel_refactor
paths:
- "inst/templates/**"
- "_pkgdown.y[a]ml"
Expand Down

0 comments on commit 9ba3569

Please sign in to comment.