mirror of
https://github.com/0xbow-io/privacy-pools-core.git
synced 2026-01-09 01:17:58 -05:00
perf: make actions trigger only on pull requests (#16)
This commit is contained in:
4
.github/workflows/circuits.yml
vendored
4
.github/workflows/circuits.yml
vendored
@@ -1,13 +1,11 @@
|
||||
name: Circuits
|
||||
|
||||
on:
|
||||
push:
|
||||
paths:
|
||||
- "packages/circuits/**"
|
||||
pull_request:
|
||||
branches: [main, dev]
|
||||
paths:
|
||||
- "packages/circuits/**"
|
||||
types: [opened, sychronize, reopened]
|
||||
|
||||
concurrency:
|
||||
group: ${{github.workflow}}-${{github.ref}}
|
||||
|
||||
4
.github/workflows/contracts.yml
vendored
4
.github/workflows/contracts.yml
vendored
@@ -1,13 +1,11 @@
|
||||
name: Contracts
|
||||
|
||||
on:
|
||||
push:
|
||||
paths:
|
||||
- "packages/contracts/**"
|
||||
pull_request:
|
||||
branches: [main, dev]
|
||||
paths:
|
||||
- "packages/contracts/**"
|
||||
types: [opened, sychronize, reopened]
|
||||
|
||||
concurrency:
|
||||
group: ${{github.workflow}}-${{github.ref}}
|
||||
|
||||
4
.github/workflows/sdk.yml
vendored
4
.github/workflows/sdk.yml
vendored
@@ -1,13 +1,11 @@
|
||||
name: SDK
|
||||
|
||||
on:
|
||||
push:
|
||||
paths:
|
||||
- "packages/sdk/**"
|
||||
pull_request:
|
||||
branches: [main, dev]
|
||||
paths:
|
||||
- "packages/sdk/**"
|
||||
types: [opened, sychronize, reopened]
|
||||
|
||||
concurrency:
|
||||
group: ${{github.workflow}}-${{github.ref}}
|
||||
|
||||
Reference in New Issue
Block a user