1
0

ADDED: workflow_dispatch event option to allow manual triggering of the workflow.

This commit is contained in:
Natsu 2024-06-14 04:04:46 +07:00
parent 4e426f53bd
commit 65c7ce785e
Signed by: NatsumeLS
GPG Key ID: 6DB67FB460CF46C6

View File

@ -1,6 +1,6 @@
name: Android CI
on: [push, pull_request]
on: [push, pull_request, workflow_dispatch]
jobs:
build: