nmfs-ost/ghactions4r

[Feature]: make build triggers more selective

开放

#74 创建于 2023年6月2日

 (1 条评论) (0 个反应) (1 位负责人)R (1 个派生)auto 404
good first issuerefactor

仓库指标

星标
 (16 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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

贡献者指南