From 958f783e6e55dc46db0a77b3604173d80dbc60b4 Mon Sep 17 00:00:00 2001 From: Natsu Date: Tue, 18 Jun 2024 17:36:17 +0700 Subject: [PATCH] chore: Update dispatch configuration --- .github/workflows/dispatch_update.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/workflows/dispatch_update.yml b/.github/workflows/dispatch_update.yml index fd269123..54afcf71 100644 --- a/.github/workflows/dispatch_update.yml +++ b/.github/workflows/dispatch_update.yml @@ -1,15 +1,19 @@ -name: Dispatch Update Submodule +name: Dispatch Update + on: push: branches: - main + jobs: dispatch: + runs-on: ubuntu-latest + steps: - - name: Dispatch update to Gakumas-Localify-EN + - name: Dispatch Update to Gakumas-Localify-EN uses: peter-evans/repository-dispatch@v3 with: token: ${{ secrets.PAT }} repository: NatsumeLS/Gakumas-Localify-EN - event-type: update-submodule \ No newline at end of file + event-type: update-submodule