Skip to content

Commit 312f0d4

Browse files
committed
fix: disable auto Publish on ExpoGo (Develop)
1 parent 5f25749 commit 312f0d4

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/expo-publish-develop.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
name: Publish on ExpoGo (Develop)
22
on:
3-
push:
4-
# branches: [develop, alpha, beta, next]
5-
branches:
6-
- "**"
7-
tags-ignore:
8-
- v*
9-
paths:
10-
- "front/**"
11-
- ".github/workflows/expo-publish-develop.yml"
3+
# push:
4+
# # branches: [develop, alpha, beta, next]
5+
# branches:
6+
# - "**"
7+
# tags-ignore:
8+
# - v*
9+
# paths:
10+
# - "front/**"
11+
# - ".github/workflows/expo-publish-develop.yml"
1212
workflow_dispatch:
1313
inputs:
1414
tags:

0 commit comments

Comments
 (0)