From 11568929b299a5f402829948ea186e1506e9a768 Mon Sep 17 00:00:00 2001 From: tommyod Date: Tue, 29 Oct 2024 08:06:50 +0100 Subject: [PATCH] remove references to develop branch --- .github/workflows/build.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2a13096..b64a170 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -2,9 +2,9 @@ name: CI/CD on: push: - branches: [master, develop] + branches: [master] pull_request: - branches: [master, develop] + branches: [master] workflow_dispatch: jobs: @@ -73,8 +73,7 @@ jobs: if: >- ${{ github.event_name == 'push' && - (github.ref == 'refs/heads/master' || - github.ref == 'refs/heads/develop') + github.ref == 'refs/heads/master' }} steps: - uses: actions/checkout@v4