From b3b0100cb6a2c8af497259470a76299b98864922 Mon Sep 17 00:00:00 2001 From: Jacob Duijzer Date: Thu, 14 Aug 2025 15:54:59 +0200 Subject: [PATCH 1/2] Update docs, update ci pipeline for branch protection --- .github/workflows/ci.yml | 10 ---------- README.md | 1 - 2 files changed, 11 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 902436a..a51c3f8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,18 +1,8 @@ name: CI on: - push: - branches: [ "main" ] - paths: - - "DevOpsQuickScan.sln" - - "src/**" - - "tests/**" pull_request: branches: [ "main" ] - paths: - - "DevOpsQuickScan.sln" - - "src/**" - - "tests/**" workflow_dispatch: jobs: diff --git a/README.md b/README.md index 6f6e8fd..be6bfcb 100644 --- a/README.md +++ b/README.md @@ -80,4 +80,3 @@ Then open the appropriate URL based on your role: * [DORA.dev](https://dora.dev) - DevOps Research and Assessment Website - test From 1aa404a525584959fea40bc4bf0c5ed8b274da44 Mon Sep 17 00:00:00 2001 From: Jacob Duijzer Date: Thu, 14 Aug 2025 16:53:35 +0200 Subject: [PATCH 2/2] Testing branch security --- .github/workflows/ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a51c3f8..0f89111 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,13 +3,10 @@ name: CI on: pull_request: branches: [ "main" ] - workflow_dispatch: jobs: build: - runs-on: ubuntu-latest - steps: - uses: actions/checkout@v4 - name: Setup .NET