Merge pull request #666 from pokt-foundation/stage #1358
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 |