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

"validate" GitHub action is triggered on all pushes/PRs #123

Open
bwaldon opened this issue Aug 2, 2024 · 1 comment
Open

"validate" GitHub action is triggered on all pushes/PRs #123

bwaldon opened this issue Aug 2, 2024 · 1 comment

Comments

@bwaldon
Copy link
Collaborator

bwaldon commented Aug 2, 2024

Could this be restricted to select pushes and pull requests, e.g., just those that add/modify .cgel files?

on:
  push:
    branches: [ "main" ]
    paths:
      - **.cgel
  pull_request:
    branches: [ "main" ]
    paths:
      - **.cgel
@nschneid
Copy link
Contributor

nschneid commented Aug 3, 2024

Hmm, I haven't put that much effort into this but in principle it would be good to have more code unit tests as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants