Skip to content

Commit

Permalink
Enable `Prepare-release to be run manually or in a release branch for…
Browse files Browse the repository at this point in the history
… a backported fix
  • Loading branch information
dianaafanador3 committed Feb 14, 2024
1 parent bfa16bb commit d6e66d8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/master-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ on:
push:
branches:
- "master"
- "release/**"
workflow_dispatch
env:
XCODE_VERSION: "['14.2', '14.3.1', '15.1', '15.2']"
PLATFORM: "['ios', 'osx', 'watchos', 'tvos', 'catalyst', 'visionos']"
Expand Down

0 comments on commit d6e66d8

Please sign in to comment.