Skip to content

Commit

Permalink
updated workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
mdshamoon committed Mar 8, 2024
1 parent 7a7470c commit 9d6a670
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/cypress-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches: [master]
pull_request:
branches: [master, next]
branches: [master]

jobs:
glific:
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/netlify.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Build and Deploy to Netlify
on:
pull_request:
branches: [master, next]
branches: [master]

jobs:
build:
Expand Down

0 comments on commit 9d6a670

Please sign in to comment.