Skip to content

Commit 4525532

Browse files
Nush395Torax team
authored andcommitted
Edit Unittests workflow triggers.
This should trigger unittests when a PR is opened that is aimed at "main" and will also trigger on subsequent commits and being reopened. (See discussions on https://github.com/orgs/community/discussions/25161) PiperOrigin-RevId: 691350930
1 parent 19b7e68 commit 4525532

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
paths-ignore:
1111
- 'docs/**'
1212
- '*.md'
13-
types: [review_requested]
13+
types: [opened, synchronize, reopened]
1414
push:
1515
# Do not trigger tests for documentation or markdown docs.
1616
paths-ignore:

0 commit comments

Comments
 (0)