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