From 7ff5beb4fc89eb84d595f5f4de9131ba90172e6a Mon Sep 17 00:00:00 2001 From: "E.L" Date: Tue, 12 Jan 2021 10:42:07 +0800 Subject: [PATCH] Update .travis.yml Run CI/CD when the branch is master --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 01709ff..0ca735d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,5 @@ language: c +if: branch = master matrix: include: - name: Linux (gcc)