Skip to content

Commit

Permalink
Fix rules for file changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
huxuan committed Jan 12, 2024
1 parent 61b7c15 commit 0a1f791
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitlab/ci/devcontainer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ devcontainer-prebuild:
- '3.12'
rules:
- changes:
- .devcontainer/prebuild/**
- .devcontainer/prebuild/**/*
if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
script:
- apk add --update nodejs npm python3 make g++
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ devcontainer-prebuild:
- '3.12'
rules:
- changes:
- .devcontainer/prebuild/**
- .devcontainer/prebuild/**/*
if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
script:
- apk add --update nodejs npm python3 make g++
Expand Down

0 comments on commit 0a1f791

Please sign in to comment.