Skip to content

Commit 9cfc3c2

Browse files
committed
Add GHEvent.WORKFLOW_RUN
1 parent b177d98 commit 9cfc3c2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/org/kohsuke/github/GHEvent.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ public enum GHEvent {
6363
TEAM_ADD,
6464
WATCH,
6565
WORKFLOW_DISPATCH,
66+
WORKFLOW_RUN,
6667

6768
/**
6869
* Special event type that means "every possible event"

0 commit comments

Comments
 (0)