Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite80e991

Browse files
authored
Update git-triggers.md (#263)
1 parent64bf6a2 commite80e991

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎_docs/configure-ci-cd-pipeline/triggers/git-triggers.md‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,8 @@ You can also define [multiple expressions](http://tldp.org/LDP/GNU-Linux-Tools-S
169169

170170
```
171171
{app/**,test/**}
172-
{**/package.json,my-subproject/** }
172+
{**/package.json,my-subproject/**}
173+
!{deployment/**,**/version.cfg}
173174
```
174175

175176
Once a commit happens to a code repository, Codefresh will see which files are changed from the git provider and trigger the build**only** if the changed files match the glob expression. If there is no match no build will be triggered.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp