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: