Skip to content

Commit

Permalink
trigger the functional tests when a test file is modified in a PR as …
Browse files Browse the repository at this point in the history
…well as when a PR is opened
  • Loading branch information
Alexdev8 committed Feb 14, 2024
1 parent 28c0699 commit 856cfc7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/functional-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ name: Functional Tests
on:
pull_request:
branches: [main, develop]
types: [opened, edited]
types: [opened, synchronize]
paths:
- 'frontend/tests/**'
workflow_dispatch:

env:
Expand Down

0 comments on commit 856cfc7

Please sign in to comment.