mirror of
https://github.com/mempool/mempool.git
synced 2025-03-03 09:39:17 +01:00
Update Cypress event trigers to master and PRs
This commit is contained in:
parent
37ba43d0eb
commit
0c7a907451
1 changed files with 5 additions and 2 deletions
7
.github/workflows/cypress.yml
vendored
7
.github/workflows/cypress.yml
vendored
|
@ -1,7 +1,10 @@
|
|||
name: Cypress Tests
|
||||
|
||||
on: [push, pull_request]
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
pull_request:
|
||||
jobs:
|
||||
cypress:
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
|
Loading…
Add table
Reference in a new issue