From 75a0309bf89882afa0f9c6b6f1c740c7a2bc0397 Mon Sep 17 00:00:00 2001 From: "Martin Hinshelwood nkdAgility.com" Date: Wed, 17 Jul 2024 09:31:54 +0100 Subject: [PATCH] Updatng based on sugestion by @jessehouwing --- .github/workflows/main.yml | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c93d2cb03..80a699ca6 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -4,17 +4,13 @@ permissions: contents: read pull-requests: write -on: +on: push: - branches: - - '*' - - main - tags: - - '*' - - '!v*-*' + branches: ["*"] + tags-ignore: ["v*-*"] + pull_request: - branches: - - main + branches: [ "main" ] workflow_dispatch: concurrency: