mirror of
https://github.com/0xbow-io/privacy-pools-core.git
synced 2026-01-09 01:17:58 -05:00
perf: run actions on merge to main and dev (#29)
This commit is contained in:
2
.github/workflows/circuits.yml
vendored
2
.github/workflows/circuits.yml
vendored
@@ -5,6 +5,8 @@ on:
|
||||
paths:
|
||||
- "packages/circuits/**"
|
||||
- ".github/workflows/**"
|
||||
push:
|
||||
branches: [main, dev]
|
||||
|
||||
concurrency:
|
||||
group: ${{github.workflow}}-${{github.ref}}
|
||||
|
||||
2
.github/workflows/contracts.yml
vendored
2
.github/workflows/contracts.yml
vendored
@@ -5,6 +5,8 @@ on:
|
||||
paths:
|
||||
- "packages/contracts/**"
|
||||
- ".github/workflows/**"
|
||||
push:
|
||||
branches: [main, dev]
|
||||
|
||||
concurrency:
|
||||
group: ${{github.workflow}}-${{github.ref}}
|
||||
|
||||
2
.github/workflows/sdk.yml
vendored
2
.github/workflows/sdk.yml
vendored
@@ -5,6 +5,8 @@ on:
|
||||
paths:
|
||||
- "packages/sdk/**"
|
||||
- ".github/workflows/**"
|
||||
push:
|
||||
branches: [main, dev]
|
||||
|
||||
concurrency:
|
||||
group: ${{github.workflow}}-${{github.ref}}
|
||||
|
||||
Reference in New Issue
Block a user