Skip to content

Commit

Permalink
CI Work
Browse files Browse the repository at this point in the history
  • Loading branch information
TWhidden committed Oct 28, 2023
1 parent ce77a4a commit d49737e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ beta_svr:
- master
changes:
- gitlab-ci.yml
- "HolidayShowServer.Core/**/*" # Match any changes within the folder
- HolidayShowServer.Core/**/* # Match any changes within the folder
except:
- tags
script:
Expand Down Expand Up @@ -63,7 +63,7 @@ beta_web:
- master
changes:
- gitlab-ci.yml
- "HolidayShowWeb/**/*" # Match any changes within the folder
- HolidayShowWeb/**/* # Match any changes within the folder
except:
- tags
script:
Expand Down Expand Up @@ -107,7 +107,7 @@ beta_client:
- master
changes:
- gitlab-ci.yml
- "HolidayShowClient.Core/**/*" # Match any changes within the folder
- HolidayShowClient.Core/**/* # Match any changes within the folder
except:
- tags
script:
Expand Down

0 comments on commit d49737e

Please sign in to comment.