Skip to content

Commit

Permalink
Merge branch 'be-dev' into feature/#296
Browse files Browse the repository at this point in the history
  • Loading branch information
Arachneee authored Aug 12, 2024
2 parents 6dbcbe3 + f54b825 commit b36aa8f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/backend-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ name: backend-push
on:
push:
branches: [ "be-dev" ]
paths:
- 'server/**'

jobs:
build:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/backend-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ name: backend-pull-request
on:
pull_request:
branches: [ "main", "be-dev" ]
paths:
- 'server/**'

jobs:
build:
Expand Down

0 comments on commit b36aa8f

Please sign in to comment.