1
0
Fork 0
mirror of https://github.com/anyproto/anytype-kotlin.git synced 2025-06-08 05:47:05 +09:00

Tech | Enhancement | Add workflow_dispatch it adds button for manually run flow (#2233)

This commit is contained in:
Sergey Boishtyan 2022-05-05 00:04:04 +03:00 committed by GitHub
parent a4ef6be717
commit 4c2a258d50
Signed by: github
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,5 @@
on:
workflow_dispatch:
pull_request:
# add "synchronize" in "types", in order to trigger workflow for pull request commit(s) pushes.
types: [opened]