diff --git a/.github/workflows/check_on_different_r_os.yml b/.github/workflows/check_on_different_r_os.yml index 10c4a14..ae16f77 100644 --- a/.github/workflows/check_on_different_r_os.yml +++ b/.github/workflows/check_on_different_r_os.yml @@ -1,15 +1,18 @@ on: push: - branches: - - main - - master + branches-ignore: #ignore this workflow for all branches + - '**' + #branches: + # - main + # - master pull_request: - branches: - - main - - master + branches-ignore: + - '**' #ignore this workflow for all branches + #branches: + # - main + # - master name: R-CMD-check-OS - jobs: R-CMD-check: runs-on: ${{ matrix.config.os }}