Skip to content

Commit

Permalink
add patch back to actions trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
Zelos Zhu committed Sep 21, 2023
1 parent 117d518 commit 79e699d
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/check-templates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,13 @@ on:
- main
- devel
- pre-release
- patch
pull_request:
branches:
- main
- devel
- pre-release
- patch

env:
# branch name for PR
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/code-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,13 @@ on:
- main
- devel
- pre-release
- patch
pull_request:
branches:
- main
- devel
- pre-release
- patch

name: Code Coverage

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
- main
- devel
- pre-release
- patch
pull_request:
types:
- opened
Expand All @@ -17,6 +18,7 @@ on:
- main
- devel
- pre-release
- patch
workflow_dispatch:
workflow_call:

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/lintr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,13 @@ on:
- main
- devel
- pre-release
- patch
pull_request:
branches:
- main
- devel
- pre-release
- patch

name: Lint

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/man-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,13 @@ on:
- main
- devel
- pre-release
- patch
pull_request:
branches:
- main
- devel
- pre-release
- patch

name: Man Pages

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/r-cmd-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,12 @@ on:
branches:
- main
- devel
- patch
pull_request:
branches:
- main
- devel
- patch

name: R CMD Check

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/spellcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,13 @@ on:
- main
- devel
- pre-release
- patch
pull_request:
branches:
- main
- devel
- pre-release
- patch

concurrency:
group: spelling-${{ github.event.pull_request.number || github.ref }}
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,13 @@ on:
- main
- devel
- pre-release
- patch
pull_request:
branches:
- main
- devel
- pre-release
- patch

concurrency:
group: style-${{ github.event.pull_request.number || github.ref }}
Expand Down

0 comments on commit 79e699d

Please sign in to comment.