Skip to content

Commit

Permalink
Fix pull workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
piyushroshan committed Feb 6, 2024
1 parent d8cdb88 commit b53376b
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/pr-build.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,6 @@
name: PR Build

on:
push:
branches:
- 'develop'
- 'main'
tags:
- 'v*.*.*'
paths:
- 'services/**'
- 'postman_collections/**'
- 'deploy/**'
- '.github/workflows/**'
pull_request:
paths:
- 'services/**'
Expand Down Expand Up @@ -221,6 +210,7 @@ jobs:
virtualenv venv
source venv/bin/activate
pip3 install -r requirements.txt
pip3 install -r dev-requirements.txt
mkdir -p test-results
source .env
IS_TESTING=True python3 manage.py test --no-input --testrunner xmlrunner.extra.djangotestrunner.XMLTestRunner
Expand Down

0 comments on commit b53376b

Please sign in to comment.