Skip to content
This repository was archived by the owner on Jul 28, 2025. It is now read-only.

Commit 300e3d2

Browse files
templates repo path for new GitHub Actions
1 parent 45334e6 commit 300e3d2

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/cicd-1-pull-request.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ name: "CI/CD pull request"
55
on:
66
push:
77
branches:
8-
- "**"
8+
- main
99
pull_request:
10-
types: [opened, reopened]
10+
types: [opened, reopened, synchronize]
1111

1212
jobs:
1313

compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ services:
22
api:
33
container_name: "api"
44
build:
5-
context: ./Src
5+
context: ./src
66
dockerfile: ServiceLayer.API/Dockerfile
77
platform: linux/amd64
88
restart: always

src/ServiceLayer.API/delme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
# comment4
1+
# comment5

0 commit comments

Comments
 (0)