Skip to content

Commit

Permalink
Change repository dispatch event name
Browse files Browse the repository at this point in the history
  • Loading branch information
ThirdEyeSqueegee committed Sep 15, 2023
1 parent 053d9eb commit c3b6022
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/clang-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ jobs:
- name: Repository Dispatch
uses: peter-evans/[email protected]
with:
event-type: format-event
event-type: build-event
2 changes: 1 addition & 1 deletion .github/workflows/testbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Test Build

on:
repository_dispatch:
types: format-event
types: build-event
workflow_dispatch:

env:
Expand Down

0 comments on commit c3b6022

Please sign in to comment.