Skip to content

Commit

Permalink
test(cicd): Add trigger on pull_request
Browse files Browse the repository at this point in the history
Signed-off-by: Maksim Dimitrov <[email protected]>
  • Loading branch information
dimitrovmaksim committed Aug 7, 2023
1 parent 48317c9 commit 04ef334
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ on:
paths:
- 'tests/**'
- '.github/workflows/main.yaml'
pull_reques:
branches: [ develop ]
paths:
- 'tests/**'
- '.github/workflows/main.yaml'

jobs:
check:
Expand Down

0 comments on commit 04ef334

Please sign in to comment.