Skip to content

Commit

Permalink
update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
klau506 committed Aug 27, 2024
1 parent 854d3db commit 701905b
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: build
on:
push:
branches:
- gcam-v7.0
- gcam-core
- gcam-iamcompact
- dev
- dev_gcam7.1


jobs:
R-CMD:
runs-on: ${{ matrix.config.os }}
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/docker_impl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ name: docker
on:
push:
branches:
- gcam-v7.0
- gcam-core
- gcam-iamcompact
- dev

jobs:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ name: docs
on:
push:
branches:
- gcam-v7.0
- gcam-core
- gcam-iamcompact
- dev

jobs:
pkgdown:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/draft-pdf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ name: draft-pdf
on:
push:
branches:
- gcam-v7.0
- gcam-core
- gcam-iamcompact
- dev

jobs:
paper:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/test_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ name: test_coverage
on:
push:
branches:
- gcam-v7.0
- gcam-core
- gcam-iamcompact
- dev

jobs:
Expand Down

0 comments on commit 701905b

Please sign in to comment.