Skip to content

Commit

Permalink
Pull Master and Check Cypress tests
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdulWahab3181 committed Apr 26, 2024
1 parent 61a08b8 commit 4aeae88
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-on-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ env:

on:
push:
branch:
branches:
- master

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/frontend-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Cypress Frontend E2E tests
on:
pull_request:
branches:
- master
- "*"

jobs:
cypress-run:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prjob_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Tests
on:
pull_request:
branches:
- master
- "*"
jobs:
test-go:
name: Go
Expand Down

0 comments on commit 4aeae88

Please sign in to comment.