Skip to content

Commit

Permalink
New actions on
Browse files Browse the repository at this point in the history
  • Loading branch information
adrientaudiere committed Jan 23, 2024
1 parent 2c0cdf8 commit e2a7573
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
on:
push:
branches: [main, master]

release:
types: [published]

name: R-CMD-check

jobs:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Workflow derived from https://github.com/r-lib/actions/tree/v2/examples
# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help
on:
push:
branches: [main, master]

release:
types: [published]
name: pkgdown

jobs:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Workflow derived from https://github.com/r-lib/actions/tree/v2/examples
# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help
on:
push:
branches: [main, master]
release:
types: [published]

name: test-coverage

Expand Down

0 comments on commit e2a7573

Please sign in to comment.