ggciag / mandyoc

MANDYOC is a finite element code written on top of the PETSc library to simulate thermo-chemical convection of the Earth's mantle
https://ggciag.github.io/mandyoc/
BSD 3-Clause "New" or "Revised" License
27 stars 5 forks source link

Update build-docs-web workflow to trigger on docs changes only #32

Closed rafaelmds closed 3 years ago

rafaelmds commented 3 years ago

Currently, build-docs-web action triggers on every commit for every PR.

So, I think we can adjust the action to trigger only for changes in docs/ folder.

For reference: https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#example-using-positive-and-negative-patterns-1