Skip to content

Merge pull request #685 from pokt-foundation/fix-sandbox-f-chains #1387

Merge pull request #685 from pokt-foundation/fix-sandbox-f-chains

Merge pull request #685 from pokt-foundation/fix-sandbox-f-chains #1387

Workflow file for this run

# 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