Skip to content
Snippets Groups Projects
Commit 3271efbb authored by Jakub Klinkovský's avatar Jakub Klinkovský
Browse files

Fixed detection of changes in .gitlab-ci.yml

parent fae11032
No related branches found
No related tags found
No related merge requests found
...@@ -76,6 +76,7 @@ stages: ...@@ -76,6 +76,7 @@ stages:
only: only:
changes: changes:
- src/**/*.{h,hpp,cpp,cu} - src/**/*.{h,hpp,cpp,cu}
- Documentation/Examples/**/*.{h,hpp,cpp,cu}
- Documentation/Tutorials/**/*.{h,hpp,cpp,cu} - Documentation/Tutorials/**/*.{h,hpp,cpp,cu}
- "**/CMakeLists.txt" - "**/CMakeLists.txt"
- .gitlab-ci.yml - .gitlab-ci.yml
...@@ -90,6 +91,7 @@ dummy build job: ...@@ -90,6 +91,7 @@ dummy build job:
except: except:
changes: changes:
- src/**/*.{h,hpp,cpp,cu} - src/**/*.{h,hpp,cpp,cu}
- Documentation/Examples/**/*.{h,hpp,cpp,cu}
- Documentation/Tutorials/**/*.{h,hpp,cpp,cu} - Documentation/Tutorials/**/*.{h,hpp,cpp,cu}
- "**/CMakeLists.txt" - "**/CMakeLists.txt"
- .gitlab-ci.yml - .gitlab-ci.yml
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment