Skip to content

Commit

Permalink
Remove master and develop branch mentions
Browse files Browse the repository at this point in the history
  • Loading branch information
athowes committed May 28, 2024
1 parent 9c58d0d commit df6ffa5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/R-CMD-as-cran-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,11 @@ on:
push:
branches:
- main
- master
- develop
schedule:
- cron: '5 4 * * 1'
pull_request:
branches:
- main
- master
- develop
merge_group:
workflow_dispatch:

Expand Down
1 change: 0 additions & 1 deletion .github/workflows/lint-changed-files.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
pull_request:
branches:
- main
- develop
workflow_dispatch:

name: lint-changed-files
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-coverage.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, master, develop]
branches: [main]
pull_request:
branches: [main, master, develop]
branches: [main]
workflow_dispatch:
merge_group:

Expand Down

0 comments on commit df6ffa5

Please sign in to comment.