Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
e1c29ec7
Commit
e1c29ec7
authored
Nov 04, 2021
by
Marcel Amirault
Committed by
Suzanne Selhorn
Nov 04, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add wildcard to CI example
parent
39e5bee5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
doc/ci/yaml/index.md
doc/ci/yaml/index.md
+2
-0
No files found.
doc/ci/yaml/index.md
View file @
e1c29ec7
...
...
@@ -1652,10 +1652,12 @@ docker build:
-
docker/scripts/*
-
dockerfiles/**/*
-
more_scripts/*.{rb,py,sh}
-
"
**/*.json"
```
**Additional details**
:
-
If any of the matching files are changed (an
`OR`
operation),
`changes`
resolves to
`true`
.
-
If you use refs other than
`branches`
,
`external_pull_requests`
, or
`merge_requests`
,
`changes`
can't determine if a given file is new or old and always returns
`true`
.
-
If you use
`only: changes`
with other refs, jobs ignore the changes and always run.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment