Skip to content

Commit

Permalink
remove branch from push requests
Browse files Browse the repository at this point in the history
  • Loading branch information
chinelo-obitube authored and chinelo-obitube committed Jul 11, 2024
1 parent 01bcd36 commit 9f2201f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci-tests.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: Build and Run Function, Unit and Contract Tests
name: Build and Run Tests

on:
push:
branches:
- master
- cv2-4793-identify-required-workflows
pull_request:
branches:
- develop
- cv2-4793-identify-required-workflows

env:
CC_TEST_REPORTER_ID: "${{ secrets.CC_TEST_REPORTER_ID }}"
Expand Down Expand Up @@ -172,6 +172,7 @@ jobs:
TEST_RETRY_COUNT: 3
run: |
docker-compose exec -e TEST_RETRY_COUNT=$TEST_RETRY_COUNT -T -e PATTERN='controllers contract' api test/run-tests.sh
- name: After unit Tests
id: unit-tests
env:
Expand Down

0 comments on commit 9f2201f

Please sign in to comment.