kotlin-quarkus-realworld-example-app
kotlin-quarkus-realworld-example-app copied to clipboard
Run CICD pipeline on sourcecode changes only
The CICD pipeline runs whenever any changes are pushed...
It would be desirable to set the CICD pipeline to ignore non-sourcecode changes. This is possible using the excluding path workflow syntax. However, it would a "deny all, permit few" approach would be better/safer, see: Including paths workflow syntax