Skip to content

Commit 84d5631

Browse files
committed
Remove on-push trigger
1 parent b90a35f commit 84d5631

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/dev-build.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
name: Dev Build
22
on:
3-
push:
4-
branches:
5-
- main
6-
paths-ignore:
7-
- 'README.md'
8-
- 'LICENSE'
9-
- 'crowdin.yml'
10-
- '.github/**'
3+
# push:
4+
# branches:
5+
# - main
6+
# paths-ignore:
7+
# - 'README.md'
8+
# - 'LICENSE'
9+
# - 'crowdin.yml'
10+
# - '.github/**'
1111
pull_request:
1212
branches:
1313
- main

0 commit comments

Comments
 (0)