mirror of
https://github.com/mempool/mempool.git
synced 2026-08-13 12:33:11 +02:00
Update test triggers
This commit is contained in:
parent
7262485f3b
commit
8fa0539b5a
1 changed files with 3 additions and 1 deletions
4
.github/workflows/cypress.yml
vendored
4
.github/workflows/cypress.yml
vendored
|
|
@ -1,6 +1,8 @@
|
|||
name: Cypress Tests
|
||||
|
||||
on: [push, pull_request]
|
||||
on:
|
||||
pull_request:
|
||||
types: [ opened, review_requested, synchronize ]
|
||||
jobs:
|
||||
cypress:
|
||||
if: "!contains(github.event.pull_request.labels.*.name, 'ops')"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue