Skip to content

Commit b3397d3

Browse files
authored
Automate CI for feature branches (#62)
1 parent 92898e4 commit b3397d3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pipeline-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Proxy-CI
22

33
on:
44
push:
5-
branches: [ main, release/** ]
5+
branches: [ main, release/**, feature/** ]
66
pull_request:
7-
branches: [ main, release/** ]
7+
branches: [ main, release/**, feature/** ]
88
workflow_dispatch:
99

1010
jobs:

0 commit comments

Comments
 (0)