Skip to content

Commit

Permalink
Updated workflows to devel
Browse files Browse the repository at this point in the history
  • Loading branch information
nilseling committed Sep 26, 2023
1 parent c565e2d commit 93d61d9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-checks-devel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: build-checks-devel

on:
push:
branches: [ master ]
branches: [ devel ]
pull_request:
branches: [ master ]
branches: [ devel ]

jobs:
R-CMD-check:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-checks-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: build-checks-release

on:
push:
branches: [ master ]
branches: [ devel ]
pull_request:
branches: [ master ]
branches: [ devel ]

jobs:
R-CMD-check:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
on:
push:
branches: master
branches: devel

name: docs

Expand Down

0 comments on commit 93d61d9

Please sign in to comment.