Skip to content

Commit a67e040

Browse files
authored
Merge pull request #3 from yeutech-lab/dev
chore(fork): disable fork = false in ci
2 parents 02c6cb5 + d8b9227 commit a67e040

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ jobs:
4444

4545
# Job: Release
4646
- stage: release
47-
if: branch = master AND type = push AND fork = false
47+
# if: branch = master AND type = push AND fork = false
48+
if: branch = master AND type = push
4849
node_js:
4950
- 'lts/*'
5051
script:

0 commit comments

Comments
 (0)