Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature]: make build triggers more selective #74

Open
k-doering-NOAA opened this issue Jun 2, 2023 · 0 comments
Open

[Feature]: make build triggers more selective #74

k-doering-NOAA opened this issue Jun 2, 2023 · 0 comments
Assignees
Labels

Comments

@k-doering-NOAA
Copy link
Collaborator

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

@k-doering-NOAA k-doering-NOAA added enhancement New feature or request triage_needed This issue needs review labels Jun 2, 2023
@k-doering-NOAA k-doering-NOAA self-assigned this Jun 2, 2023
@k-doering-NOAA k-doering-NOAA added good first issue Good for newcomers and removed triage_needed This issue needs review labels Jun 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant