Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Run Cypress in more contexts
Signed-off-by: Louis Chemineau <louis@chmn.me>
  • Loading branch information
artonge committed Apr 20, 2022
commit 41e05a8c8407de28f820a44cb1ced3780c1c2c4e
7 changes: 6 additions & 1 deletion .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: Cypress

on: [push]
on:
pull_request:
push:
branches:
- master
- stable*

env:
APP_NAME: activity
Expand Down