Skip to content

Commit

Permalink
CI: added repository_dispatch so that we can trigger this from other …
Browse files Browse the repository at this point in the history
…repos
  • Loading branch information
ABeltramo committed Sep 3, 2024
1 parent ea76f71 commit c3c54eb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-antora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,15 @@ on:
push:
branches: [ main ]
workflow_dispatch:
repository_dispatch:
types: [ trigger-publish ]
jobs:
build:
runs-on: ubuntu-latest
steps:

- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Install Node.js
uses: actions/setup-node@v4
Expand Down

0 comments on commit c3c54eb

Please sign in to comment.