nmfs-ost/ghactions4r

[Feature]: make build triggers more selective

Aberta

#74 aberto em 2 de jun. de 2023

 (1 comentário) (0 reação) (1 responsável)R (1 fork)auto 404
good first issuerefactor

Métricas do repositório

Stars
 (16 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

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

Guia do colaborador