Skip to content

Commit 021c4b6

Browse files
Enhance workflow triggers for 'add-workflow' branch in build configuration
1 parent b6da009 commit 021c4b6

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
name: Android & iOS Build with Store Uploads
22

33
on:
4+
push:
5+
branches:
6+
- add-workflow
7+
pull_request:
8+
branches:
9+
- add-workflow
410
workflow_dispatch:
511
inputs:
612
send_telegram:

0 commit comments

Comments
 (0)