Skip to content

Commit adb32e6

Browse files
committed
Change onprchange ot use opened
1 parent b736545 commit adb32e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/OnPRChanged.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ name: PRLabeled
1717
run-name: "PR ${{ github.event.number }} Labeled by ${{ github.actor }}"
1818
on:
1919
pull_request:
20-
types: [ labeled ]
20+
types: [ opened,synchronize ]
2121

2222
jobs:
2323
TestCalled:

0 commit comments

Comments
 (0)