Skip to content

Commit

Permalink
Merge pull request #218 from Automattic/update/add-release-branches-t…
Browse files Browse the repository at this point in the history
…o-internal-builds

Update/add release branches to internal builds
  • Loading branch information
mchowning authored Aug 8, 2022
2 parents 4d053e8 + f67fb4c commit 96f39b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release_to_internal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
push:
branches:
- main
- 'release/*'

jobs:
deployment:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test_and_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
pull_request:
branches:
- main
- 'release/*'

jobs:
tests:
Expand Down

0 comments on commit 96f39b5

Please sign in to comment.