Skip to content

Can't get ignore-paths: to do what I want #25957

Discussion options

You must be logged in to vote

Hi @deivid-rodriguez,

If your commits contains other files which out of ‘path-ignore’ configurations, the push event will be triggered.

For your setting, if you only change in bundler/CHANGELOG.md in master branch, the workflow will NOT be triggered.

As an alternative, you can get the file list from the ${{ github.sha }}(link here), check if the bundler/CHANGELOG.md exists, skip the jobs then.

Thanks.

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
2 participants