Skip to content

Commit 52416da

Browse files
author
Gonzalo Diaz
committed
[CONFIG] CI/CD dotnet Github Actions: trigger on branches fixed.
1 parent b3bac44 commit 52416da

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
push:
66
branches: [ main, develop, feature/* ]
77
pull_request:
8-
branches: [ main ]
8+
branches: [ main ]
99

1010
permissions: read-all
1111

.github/workflows/dotnet.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ name: .NET
55

66
on:
77
push:
8-
branches: [ "main" ]
8+
branches: [ main, develop, feature/* ]
99
pull_request:
10-
branches: [ "main" ]
10+
branches: [ main ]
1111

1212
jobs:
1313
build:

0 commit comments

Comments
 (0)