Skip to content

Commit

Permalink
Typo in the name of the branch in GHA Workflows (#322)
Browse files Browse the repository at this point in the history
#318 had typos in the name of the desired branch : )
  • Loading branch information
m7pr authored Jun 5, 2023
1 parent 59837cd commit 76a70f5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ on:
- ready_for_review
branches:
- main
- filter_panel_refactor
- filter_panel_refactor@main
push:
branches:
- main
- filter_panel_refactor
- filter_panel_refactor@main
workflow_dispatch:

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

0 comments on commit 76a70f5

Please sign in to comment.