Skip to content

Commit

Permalink
trigger glim_ext
Browse files Browse the repository at this point in the history
  • Loading branch information
koide3 committed Jul 11, 2024
1 parent 5af6c3b commit 5c5ae83
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,16 @@ jobs:
context: .
push: ${{ github.event_name == 'push' && contains(matrix.DISTRO.suffix, 'gcc') }}

dispatch:
needs: build
strategy:
matrix:
repo: ['koide3/glim_ext']
runs-on: ubuntu-latest
steps:
- name: Repository Dispatch
uses: peter-evans/repository-dispatch@v3
with:
token: ${{ secrets.PAT }}
repository: ${{ matrix.repo }}
event-type: trigger-event

0 comments on commit 5c5ae83

Please sign in to comment.