nert-nlp / cgel

CGEL trees.
Creative Commons Attribution 4.0 International
5 stars 3 forks source link

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

Open bwaldon opened 1 month ago

bwaldon commented 1 month ago

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 commented 1 month ago

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.