Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
daronenko committed Dec 17, 2024
1 parent 472eb7e commit ad09e80
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
name: CD

on:
push:
branches:
- main
- dev
paths:
- 'microservices/**'
- 'config/**'
- 'cmd/**'
pull_request:
branches:
- dev
# push:
# branches:
# - main
# - dev
# paths:
# - 'microservices/**'
# - 'config/**'
# - 'cmd/**'
pull_request: {}
push: {}

jobs:
# build:
Expand Down

0 comments on commit ad09e80

Please sign in to comment.