fix: redirect to stripe on new portal app creation for unlimited plan #1373
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# name: 🛡 Protect | |
# on: | |
# pull_request: | |
# branches: | |
# - main | |
# jobs: | |
# protect: | |
# name: 🥽 Protect | |
# runs-on: ubuntu-latest | |
# steps: | |
# - name: 👀 IsStage? | |
# run: | | |
# if [[ "${{ github.head_ref }}" != "stage" ]]; then | |
# echo "You must merge to main through stage" | |
# exit 1 | |
# fi |