mirror of
https://github.com/mempool/mempool.git
synced 2026-08-13 12:33:11 +02:00
Do not run CI workflows on review_requested
This commit is contained in:
parent
d81f281d0f
commit
6c3ef332f4
2 changed files with 2 additions and 2 deletions
2
.github/workflows/backend-integration.yml
vendored
2
.github/workflows/backend-integration.yml
vendored
|
|
@ -2,7 +2,7 @@ name: Backend Integration Tests with MariaDB
|
|||
|
||||
on:
|
||||
pull_request:
|
||||
types: [opened, review_requested, synchronize]
|
||||
types: [opened, synchronize]
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
|
|
|
|||
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -2,7 +2,7 @@ name: CI Pipeline for the Backend and Frontend
|
|||
|
||||
on:
|
||||
pull_request:
|
||||
types: [opened, review_requested, synchronize]
|
||||
types: [opened, synchronize]
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue