From 01ae6685b1841f593fa0fc8aa0afb45518e9ea92 Mon Sep 17 00:00:00 2001 From: munderseth Date: Mon, 25 Sep 2023 09:33:13 -0700 Subject: [PATCH] review fixes --- .github/workflows/test.yml | 5 ++++- README.md | 1 - 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8f14e1b..32d2d94 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,7 +1,10 @@ name: Test on: push: - tags-ignore: ['v*'] + branches: + - '**' + tags-ignore: + - '*' paths-ignore: - '**.md' workflow_dispatch: diff --git a/README.md b/README.md index 90c4cb9..c069e0a 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,6 @@ The package is required to be configured for [log specs in separate files](https ``` setupNodeEvents(on, config) { - video: true, // Cypress v13.x defaults to false const logsOptions = { outputRoot: config.projectRoot + '/cypress/', outputTarget: {