From 2727c452b68ec9b35aaf3dd49f2d57c587f35cb5 Mon Sep 17 00:00:00 2001 From: Conrad Date: Thu, 24 Oct 2024 09:25:39 +0200 Subject: [PATCH] fix: adjusted pipeline to dev branch and pull requests --- .github/workflows/ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e2d5866..1c273c1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,12 +4,17 @@ on: push: branches: - master + - dev paths-ignore: - "**/.github/**" - "**/.gitignore" - "**/.vscode/**" - "**/README.md" - "**/CHANGELOG.md" + pull_request: + branches: + - master + - dev workflow_dispatch: jobs: @@ -41,6 +46,7 @@ jobs: - run: python test.py tag_and_publish: + if: github.ref == 'refs/heads/master' runs-on: ubuntu-latest needs: test permissions: