Skip to content

Commit

Permalink
Merge pull request #19 from CDCgov/V1.12-2024-04-22-run
Browse files Browse the repository at this point in the history
V1.12 2024 04 22 run
  • Loading branch information
kaitejohnson authored Apr 22, 2024
2 parents 82f1bb7 + 4a2c752 commit cf43440
Show file tree
Hide file tree
Showing 30 changed files with 35,215 additions and 386 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help
on:
push:
branches: [main]
branches: [prod]
pull_request:
branches: [main]
branches: [main, prod]
release:
types: [published]
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: pre-commit
on:
pull_request:
push:
branches: [main]
branches: [main, prod]

jobs:
pre-commit:
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 @@ name: R CMD check project packages
on:
pull_request:
push:
branches: [main]
branches: [main, prod]

jobs:
check-eval:
Expand Down
Loading

0 comments on commit cf43440

Please sign in to comment.