Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add patch back to actions trigger #148

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading