Commit e1c29ec7 authored by Marcel Amirault's avatar Marcel Amirault Committed by Suzanne Selhorn

Add wildcard to CI example

parent 39e5bee5
...@@ -1652,10 +1652,12 @@ docker build: ...@@ -1652,10 +1652,12 @@ docker build:
- docker/scripts/* - docker/scripts/*
- dockerfiles/**/* - dockerfiles/**/*
- more_scripts/*.{rb,py,sh} - more_scripts/*.{rb,py,sh}
- "**/*.json"
``` ```
**Additional details**: **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`, - 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`. `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. - If you use `only: changes` with other refs, jobs ignore the changes and always run.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment