This commit is contained in:
alyssa 2024-09-05 19:17:25 +09:00
parent c9ef74a8e1
commit 837545a35b
2 changed files with 10 additions and 2 deletions

View file

@ -1,7 +1,10 @@
name: PluralKit CI
on:
- push
- pull_request
push:
pull_request:
workflow_dispatch:
inputs:
dispatchData:
jobs:
build-ci-container:
@ -22,5 +25,7 @@ jobs:
needs: ["build-ci-container"]
container:
image: ghcr.io/pluralkit/ci:${{ github.sha }}
env:
DISPATCH_DATA: ${{ inputs.dispatchData }}
steps:
- run: /run_ci.py