What is Jenkins' answer to the following GitHub Actions' featureset When using the push and pull_request events, you can configure a pipeline/workflow to run based on what file paths are changed. Path filters are not evaluated for pushes of tags.
https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#onpushpull_requestpull_request_targetpathspaths-ignore When using the pull_request and pull_request_target events, you can configure a pipeline/workflow to run only for pull requests that target specific branches. https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#onpull_requestpull_request_targetbranchesbranches-ignore -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/6d958dec-9c34-4443-a99b-a60355f988e5n%40googlegroups.com.
