Skip to content

Commit aa298c9

Browse files
authored
Merge pull request #911 from bitwiseman/task/workflow-run
Add GHEvent.WORKFLOW_RUN
2 parents dfb0a52 + 9cfc3c2 commit aa298c9

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)