Skip to content

Commit 9f6bba3

Browse files
author
Roman
committed
trigger
1 parent b33b87d commit 9f6bba3

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/workflows/monitor_requirements_size_master.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,16 @@
55

66
name: Monitor SDK Requirements Size
77

8+
#on:
9+
# pull_request:
10+
# types: [opened]
11+
# branches: [master]
12+
813
on:
914
pull_request:
10-
types: [opened, synchronize]
11-
branches: [master]
15+
types: [opened, synchronize, reopened]
16+
branches:
17+
- master
1218

1319
jobs:
1420
measure-venv:

0 commit comments

Comments
 (0)