From 9d6a670ed65103bad67c7e91544a12345aa0d685 Mon Sep 17 00:00:00 2001 From: mdshamoon Date: Fri, 8 Mar 2024 17:46:09 +0530 Subject: [PATCH] updated workflows --- .github/workflows/cypress-testing.yml | 5 +---- .github/workflows/netlify.yml | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/cypress-testing.yml b/.github/workflows/cypress-testing.yml index 9f40358b0..aaf344530 100644 --- a/.github/workflows/cypress-testing.yml +++ b/.github/workflows/cypress-testing.yml @@ -4,7 +4,7 @@ on: push: branches: [master] pull_request: - branches: [master, next] + branches: [master] jobs: glific: @@ -95,9 +95,6 @@ jobs: echo clone cypress repo git clone https://github.com/glific/cypress-testing.git echo done. go to dir. - cd cypress-testing - git checkout feature/next - cd .. cp -r cypress-testing/cypress cypress yarn add cypress echo Create cypress.config.ts from example diff --git a/.github/workflows/netlify.yml b/.github/workflows/netlify.yml index 5b62cfc7b..8660ffb0a 100644 --- a/.github/workflows/netlify.yml +++ b/.github/workflows/netlify.yml @@ -1,7 +1,7 @@ name: Build and Deploy to Netlify on: pull_request: - branches: [master, next] + branches: [master] jobs: build: