Skip to content

Commit

Permalink
Fix test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
vishalmishraa committed Jul 29, 2024
1 parent ab8d3c3 commit 863757c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test-pronblems.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,15 @@ on:
- 'main'
paths:
- 'apps/problems/**'
- 'apps/boilerplate-generator/**'
- 'docker/problems/**'
- '.github/workflows/deploy-problems.yml'
- '.github/workflows/test-problems.yml'
pull_request:
branches:
- 'main'
paths:
- 'apps/problems/**'
- 'docker/problems/**'
- '.github/workflows/deploy-problems.yml'
- '.github/workflows/test-problems.yml'


jobs:
Expand Down

0 comments on commit 863757c

Please sign in to comment.