Skip to content

Commit ada6d4d

Browse files
authored
Update build.yml
Signed-off-by: Henrique Graca <999396+hjgraca@users.noreply.github.com>
1 parent ddb7920 commit ada6d4d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ on:
44
push:
55
paths:
66
- "libraries/**"
7-
branches: [develop, main]
7+
branches: [develop]
88
pull_request:
99
paths:
1010
- "libraries/**"
11-
branches: [develop, main]
11+
branches: [develop]
1212

1313
defaults:
1414
run:
@@ -49,4 +49,4 @@ jobs:
4949
fail_ci_if_error: false
5050
name: codecov-lambda-powertools-dotnet
5151
verbose: true
52-
directory: ./libraries/codecov
52+
directory: ./libraries/codecov

0 commit comments

Comments
 (0)