Skip to content

Commit de419d9

Browse files
committed
Update integration-tests.yml to trigger workflows on pull requests to the main branch
- Added pull_request event configuration to the integration-tests.yml file, specifying paths for integration tests, state manager, and Python SDK to ensure proper testing on PRs.
1 parent 67e001a commit de419d9

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/integration-tests.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@ on:
88
- 'state-manager/**'
99
- 'python-sdk/**'
1010
- '.github/workflows/integration-tests.yml'
11+
pull_request:
12+
branches: [main]
13+
paths:
14+
- 'integration-tests/**'
15+
- 'state-manager/**'
16+
- 'python-sdk/**'
17+
- '.github/workflows/integration-tests.yml'
18+
1119

1220
jobs:
1321
test:

0 commit comments

Comments
 (0)