AFM-SPM / TopoStats

An AFM image analysis program to batch process data and obtain statistics from images
https://afm-spm.github.io/TopoStats/
GNU Lesser General Public License v3.0
60 stars 11 forks source link

ci: Explicit types of pull requests and paths to run CI tests #933

Closed ns-rse closed 1 month ago

ns-rse commented 1 month ago

Further to #925 it seems that not all pull requests are triggering the tests.yaml workflow.

PR Triggered Workflow
#925 :white_check_mark: CI Run
#926 :white_check_mark: CI Run
#932 :x: N/A

Not clear why #932 didn't trigger the tests.yaml workflow so this PR makes explicit the type of activity on pull_request that should trigger the event as well as explicitly stating the types of files that should trigger the tests via the paths option (as changes to e.g. *.md (Markdown) files are never going to affect the outcome of tests.