Skip to content

Commit 75258e7

Browse files
committed
update actions
1 parent e269bad commit 75258e7

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/e2e.yml

+2
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,12 @@ on:
55
branches:
66
- main
77
- 'rel/*'
8+
- 'dev/*'
89
pull_request:
910
branches:
1011
- main
1112
- 'rel/*'
13+
- 'dev/*'
1214
# allow manually run the action:
1315
workflow_dispatch:
1416

.github/workflows/go.yml

+2
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,12 @@ on:
55
branches:
66
- main
77
- 'rel/*'
8+
- 'dev/*'
89
pull_request:
910
branches:
1011
- main
1112
- 'rel/*'
13+
- 'dev/*'
1214
# allow manually run the action:
1315
workflow_dispatch:
1416

0 commit comments

Comments
 (0)