Commit 3271efbb authored by Jakub Klinkovský's avatar Jakub Klinkovský
Browse files

Fixed detection of changes in .gitlab-ci.yml

parent fae11032
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -76,6 +76,7 @@ stages:
    only:
        changes:
            - src/**/*.{h,hpp,cpp,cu}
            - Documentation/Examples/**/*.{h,hpp,cpp,cu}
            - Documentation/Tutorials/**/*.{h,hpp,cpp,cu}
            - "**/CMakeLists.txt"
            - .gitlab-ci.yml
@@ -90,6 +91,7 @@ dummy build job:
    except:
        changes:
            - src/**/*.{h,hpp,cpp,cu}
            - Documentation/Examples/**/*.{h,hpp,cpp,cu}
            - Documentation/Tutorials/**/*.{h,hpp,cpp,cu}
            - "**/CMakeLists.txt"
            - .gitlab-ci.yml