Skip to content

Commit

Permalink
Add repository_dispatch trigger (#181)
Browse files Browse the repository at this point in the history
* Add repository_dispatch trigger

* Add explicit type

* .github/workflows/main.yml: extend code comment

---------

Co-authored-by: Petr Pucil <[email protected]>
  • Loading branch information
jtbandes and generalmimon authored Aug 22, 2024
1 parent 08f45e6 commit daf28f5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ on:
- master
- stable

# Allow this workflow to be run on the `master` branch when a webhook event
# called `repository_dispatch` is triggered. This is used from the CI workflow
# in https://github.com/kaitai-io/kaitai_struct to rebuild the devel Web IDE
# after a new version of KSC is published to npm.
repository_dispatch:
types:
- rebuild

jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit daf28f5

Please sign in to comment.