run on this branch for now

This commit is contained in:
n8wb
2025-02-18 15:04:36 -08:00
parent babf4a2fad
commit 0045e6374a

View File

@@ -6,7 +6,7 @@ on:
- "packages/relayer/**"
- ".github/workflows/**"
push:
branches: [main, dev]
branches: [main, dev, setup-pipeline]
concurrency:
group: ${{github.workflow}}-${{github.ref}}
@@ -109,7 +109,7 @@ jobs:
if: github.ref == 'refs/heads/setup-pipeline'
name: Deploy to Staging
runs-on: ubuntu-latest
needs: [push-dw, unit]
needs: [push-staging, unit]
permissions:
id-token: write
contents: read