Skip to content

Commit d8b9227

Browse files
author
Dimitri Kopriwa
committed
chore(fork): disable fork = false in ci
1 parent 97127ac commit d8b9227

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)