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 合併指標
 (平均合併 1天 3小時) (30 天內合併 1 個 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

貢獻者指南