mirror of
https://github.com/0xbow-io/privacy-pools-core.git
synced 2026-01-09 01:17:58 -05:00
run on this branch for now
This commit is contained in:
4
.github/workflows/relayer.yml
vendored
4
.github/workflows/relayer.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user