Skip to content

Commit 7a66382

Browse files
committed
ci update
1 parent f96bff6 commit 7a66382

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/testing.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name: Test, Review and Generate APK
22
on:
3-
# push:
4-
# branches: [ "master" ]
5-
# pull_request:
6-
# # The branches below must be a subset of the branches above
7-
# branches: [ "master" ]
3+
push:
4+
branches: [ "master" ]
5+
pull_request:
6+
# The branches below must be a subset of the branches above
7+
branches: [ "master" ]
88
workflow_dispatch:
99

1010
permissions:

0 commit comments

Comments
 (0)