Skip to content

Commit 2017786

Browse files
authored
restore actions to prs (#1653)
* restore actions to prs * limiting pr runs for actions against master
1 parent 1f3d970 commit 2017786

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/integration.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ on:
66
- 'docs/**'
77
- '**/*.rst'
88
- '**/*.md'
9+
pull_request:
10+
branches:
11+
- master
912

1013
jobs:
1114

0 commit comments

Comments
 (0)