Trigger builds from PAT submodule bumps and allow manual dispatch.
All checks were successful
Build / increment-version (push) Successful in 5s
Build / build-android (push) Successful in 5m8s

This commit is contained in:
2026-08-03 16:32:38 +10:00
parent bd25ce8e1d
commit 491a5845f0
2 changed files with 4 additions and 1 deletions

View File

@@ -7,6 +7,7 @@ on:
- dev
tags:
- 'v*'
workflow_dispatch:
jobs:
increment-version:

View File

@@ -21,7 +21,9 @@ jobs:
with:
fetch-depth: 0
submodules: false
token: ${{ secrets.GITHUB_TOKEN }}
# PAT so the submodule bump push can trigger build.yml
# (GITHUB_TOKEN pushes do not start new workflows).
token: ${{ secrets.ACTIONS_TOKEN }}
ref: master
- name: Update cinny submodule