-
Notifications
You must be signed in to change notification settings - Fork 735
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix for Add WEBHOOK_JOB to GHEvent (#1316)
* Fix for #1288: Add WEBHOOK_JOB to GHEvent * Add enum WORKFLOW_JOB, not WEBHOOK_JOB * Modify test based on enum change Co-authored-by: Liam Newman <[email protected]>
- Loading branch information
1 parent
a63306d
commit 48fe488
Showing
2 changed files
with
2 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -69,6 +69,7 @@ public enum GHEvent { | |
TEAM, | ||
TEAM_ADD, | ||
WATCH, | ||
WORKFLOW_JOB, | ||
WORKFLOW_DISPATCH, | ||
WORKFLOW_RUN, | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters