CodePipeline - Path filtering for github source #22894
Unanswered
QuiveringZen
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
In my github repository I have several folders, however I only want the CodePipeline to trigger, when I make a change in a certain folder. I believe this is achieved using
FilterGroup.andFilePathIs(pathRegex)
. However if I make a change in another folder and push, the build is still triggered for me, maybe we could have some improvement on how to property craft the path regex?Beta Was this translation helpful? Give feedback.
All reactions