Skip to content

Commit ab7dfab

Browse files
minor changes done in catlog-service file
1 parent d6f6a94 commit ab7dfab

File tree

2 files changed

+3
-10
lines changed

2 files changed

+3
-10
lines changed

.github/workflows/catlog-service.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,12 @@
11
name: Catlog Service
22

33
on:
4-
workflow_dispatch:
54
push:
65
paths:
76
- catlog-service/**
87
branches:
9-
- 'main'
10-
pull_request:
11-
branches:
12-
- 'main'
13-
paths:
14-
- catlog-service/**
8+
- '**'
9+
workflow_dispatch:
1510

1611
jobs:
1712
build:
@@ -51,5 +46,3 @@ jobs:
5146
./mvnw spring-boot:build-image -DskipTests
5247
docker push ${{ secrets.DOCKER_USERNAME }}/bookstore-catlog-service
5348
54-
55-

.idea/workspace.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)