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: