Skip to content

Commit 3f039b0

Browse files
committed
chore: update pull request branches to include dev/* in workflow files
1 parent 4c12f52 commit 3f039b0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
branches: [ main, dev/* ]
66
pull_request:
7-
branches: [ main ]
7+
branches: [ main, dev/* ]
88

99
jobs:
1010
build:

.github/workflows/e2e-multinode.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
branches: [ main, dev/* ]
66
pull_request:
7-
branches: [ main ]
7+
branches: [ main, dev/* ]
88

99
jobs:
1010

.github/workflows/e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
branches: [ main, dev/* ]
66
pull_request:
7-
branches: [ main ]
7+
branches: [ main, dev/* ]
88

99
jobs:
1010

0 commit comments

Comments
 (0)