Skip to content

Commit

Permalink
Update CI YAML
Browse files Browse the repository at this point in the history
  • Loading branch information
mhesselbarth committed Sep 17, 2024
1 parent bf856d3 commit 71d2510
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Deploy-pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

on:
push:
branches: [main, development]
branches: [main, dev]
tags: ['*']
workflow_dispatch:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

on:
push:
branches: [main, development]
branches: [main, dev]
pull_request:
branches: [main]
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Render-README.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

on:
push:
branches: [main, development]
branches: [main, dev]
paths: ["README.Rmd"]
workflow_dispatch:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

on:
push:
branches: [main, development]
branches: [main, dev]
pull_request:
branches: [main]
workflow_dispatch:
Expand Down

0 comments on commit 71d2510

Please sign in to comment.