From 73876e65f18343bde948f21f4398e59ee7589b68 Mon Sep 17 00:00:00 2001 From: Ed Preston Date: Fri, 19 Jul 2024 20:02:37 +1000 Subject: [PATCH] Update ci.yml minor formatting add name --- .github/workflows/ci.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e19fe5d..ab831cb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,13 +8,14 @@ name: CI on: workflow_dispatch: + push: branches: ['main'] - paths-ignore: ['README.md', 'LICENSE'] + paths-ignore: ['README.md', 'LICENSE', '.vscode/**'] pull_request: branches: ['main'] - paths-ignore: ['README.md', 'LICENSE'] + paths-ignore: ['README.md', 'LICENSE', '.vscode/**'] concurrency: group: ci-${{ github.event.pull_request.number || github.ref }} @@ -25,6 +26,8 @@ permissions: jobs: continuous-integration: + name: Continuous Integration + runs-on: ubuntu-latest timeout-minutes: 10