Skip to content

Commit a1526a3

Browse files
committed
Added develop branch to run GH actions
1 parent 4f31cf2 commit a1526a3

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/e2e-autogen-internals.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on:
33
push:
44
branches:
55
- 'main'
6+
- 'develop'
67
- 'release*'
78
paths-ignore:
89
- 'README.md'
@@ -11,6 +12,7 @@ on:
1112
pull_request:
1213
branches:
1314
- 'main'
15+
- 'develop'
1416
- 'release*'
1517
paths-ignore:
1618
- 'README.md'

.github/workflows/e2e.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,15 @@ on:
33
push:
44
branches:
55
- 'main'
6+
- 'develop'
67
- 'release*'
78
paths-ignore:
89
- 'README.md'
910
- '.github/config.yml'
1011
pull_request:
1112
branches:
1213
- 'main'
14+
- 'develop'
1315
- 'release*'
1416
paths-ignore:
1517
- 'README.md'

0 commit comments

Comments
 (0)