From 945089a3ef398d6e8580895de4b85fb4381b279b Mon Sep 17 00:00:00 2001 From: BBaoVanC Date: Sun, 27 Dec 2020 19:26:31 -0600 Subject: [PATCH] Change commit.yml to integration.yml --- .github/workflows/{commit.yml => integration.yml} | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) rename .github/workflows/{commit.yml => integration.yml} (95%) diff --git a/.github/workflows/commit.yml b/.github/workflows/integration.yml similarity index 95% rename from .github/workflows/commit.yml rename to .github/workflows/integration.yml index af85fb4..dcf1c4f 100644 --- a/.github/workflows/commit.yml +++ b/.github/workflows/integration.yml @@ -1,10 +1,8 @@ # Build a deb artifact on commit -name: Build deb on commit +name: CI -on: - push: - pull_request: +on: [push, pull_request] jobs: shellcheck: