Skip to content

Commit

Permalink
🐛fix: fix ci/cd trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
Quantaphocpython committed Nov 9, 2024
1 parent 0225e57 commit 7ffceb7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pipeline-backend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ on:
branches:
- main
paths:
- src/main/java/com/server/wordwaves/**
- src/main/java/com/videocall/server/**
- Dockerfile
pull_request:
branches:
- main
paths:
- src/main/java/com/server/wordwaves/**
- src/main/java/com/videocall/server/**
- Dockerfile

jobs:
Expand Down
2 changes: 0 additions & 2 deletions src/main/java/com/videocall/server/exception/ErrorCode.java
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ public enum ErrorCode {
this.statusCode = statusCode;
}



private final int code;
private final String message;
private final HttpStatusCode statusCode;
Expand Down

0 comments on commit 7ffceb7

Please sign in to comment.