Skip to content

Commit f5b941d

Browse files
committed
Enable push
1 parent 76160f4 commit f5b941d

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/android-permisison-check.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ on:
66
branches:
77
- 'prepare-android/**'
88
push:
9-
branches:
10-
- 'prepare-android/**'
11-
tags:
12-
- 'android/**'
9+
# branches:
10+
# - 'prepare-android/**'
11+
# tags:
12+
# - 'android/**'
1313

1414
permissions: {}
1515

.github/workflows/android-reproducible-builds.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ on:
1717
branches:
1818
- 'prepare-android/**'
1919
push:
20-
branches:
21-
- 'prepare-android/**'
22-
tags:
23-
- 'android/**'
20+
# branches:
21+
# - 'prepare-android/**'
22+
# tags:
23+
# - 'android/**'
2424

2525
permissions: {}
2626

0 commit comments

Comments
 (0)