Skip to content

Commit 4ba409d

Browse files
committed
trigger workflow on feature branch pull/push
1 parent 1eca700 commit 4ba409d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ name: CI/CD Pipeline
66
on:
77
workflow_dispatch:
88
push:
9-
branches: [main]
9+
branches: [main, dfoehr/add-k-agent-ci]
1010
paths:
1111
- 'cmd/**'
1212
- 'konnectivity-client/**'
@@ -15,7 +15,7 @@ on:
1515
tags:
1616
- 'v*.*.*'
1717
pull_request:
18-
branches: [main]
18+
branches: [main, dfoehr/add-k-agent-ci]
1919
paths:
2020
- 'cmd/**'
2121
- 'konnectivity-client/**'

0 commit comments

Comments
 (0)