From 620e0f62e49bea0592242e4d3bce3fbcffa24584 Mon Sep 17 00:00:00 2001 From: slawkens Date: Mon, 13 Jan 2025 22:10:52 +0100 Subject: [PATCH] Fix cypress run workflow --- .github/workflows/cypress.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 1ff0f712..177c9ef4 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -1,9 +1,9 @@ name: Cypress on: pull_request: - branches: [develop] + branches: [master] push: - branches: [develop] + branches: [master] jobs: cypress: @@ -35,7 +35,7 @@ jobs: - name: Checkout MyAAC uses: actions/checkout@v4 with: - ref: develop + ref: master - uses: actions/setup-node@v4 with: