From 9b4cce632f45dc8723e5d17cb0316d8a8b90e6f9 Mon Sep 17 00:00:00 2001 From: Maschell Date: Sun, 23 Sep 2018 14:46:14 +0200 Subject: [PATCH] Allow deployment on all branches --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5eeaf17..47836a7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -41,4 +41,4 @@ deploy: on: repo: Maschell/hid_to_vpad tags: false - all_branches: false \ No newline at end of file + all_branches: true \ No newline at end of file