mirror of
https://github.com/mempool/mempool.git
synced 2026-08-13 12:33:11 +02:00
Don't run CI on "review_requested" event
This commit is contained in:
parent
4efabe18b1
commit
5129116fe4
1 changed files with 1 additions and 1 deletions
2
.github/workflows/cypress.yml
vendored
2
.github/workflows/cypress.yml
vendored
|
|
@ -4,7 +4,7 @@ on:
|
|||
push:
|
||||
branches: [master]
|
||||
pull_request:
|
||||
types: [opened, review_requested, synchronize]
|
||||
types: [opened, synchronize]
|
||||
|
||||
jobs:
|
||||
cypress:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue