Skip to content

Commit 96f39b5

Browse files
authored
Merge pull request #218 from Automattic/update/add-release-branches-to-internal-builds
Update/add release branches to internal builds
2 parents 4d053e8 + f67fb4c commit 96f39b5

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/release_to_internal.yml

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
push:
66
branches:
77
- main
8+
- 'release/*'
89

910
jobs:
1011
deployment:

.github/workflows/test_and_build.yml

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
pull_request:
66
branches:
77
- main
8+
- 'release/*'
89

910
jobs:
1011
tests:

0 commit comments

Comments
 (0)