nmfs-ost/ghactions4r

[Feature]: make build triggers more selective

オープン

#74 opened on 2023/06/02

 (1 件のコメント) (0 件のリアクション) (1 人の担当者)R (1 件のフォーク)auto 404
good first issuerefactor

Repository metrics

Stars
 (16 個のスター)
PR merge metrics
 (PR metrics pending)

説明

Is your feature request related to a problem? Please describe.

I noticed the build trigger for doc and style from the template runs on push to main - it could be more selective, e.g.,

on:
  # workflow_dispatch:
  push:
    paths:
      - 'R/**'
      - 'tests/**'
      - 'vignettes/**'
    branches: [main]

Describe the solution you would like.

look at the templates and modify them to be more selective

Describe alternatives you have considered

leave as is, which are simpler and easier to understand.

Additional context

No response

コントリビューターガイド