Skip to content

Commit 78bfe82

Browse files
authored
Enable another trigger for the CLA check as a transition period for o… (#3)
1 parent 42f6466 commit 78bfe82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cla.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on:
33
# This is a temporary trigger to cover already opened PRs
44
workflow_dispatch:
55
pull_request:
6-
types: opened
6+
types: [opened, synchronize]
77
branches-ignore:
88
- 'language-reference-stable'
99

0 commit comments

Comments
 (0)