diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f54cecd..7ffcc08 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,12 +1,6 @@ name: Set up and start Docker services -on: - push: - branches: - - '*' - pull_request: - branches: - - '*' +on: [push, pull_request] jobs: setup-and-start: