From cc4f8ab9a82256de02a97e46b1fa02d7cc18f380 Mon Sep 17 00:00:00 2001 From: Matthew Watkins Date: Mon, 10 Jun 2024 11:56:45 +0100 Subject: [PATCH] Chore: Update test.yaml triggers Signed-off-by: Matthew Watkins --- .github/workflows/test.yaml | 7 ------- README.md | 2 +- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 3f96e91..73c0c31 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -7,13 +7,6 @@ name: "Test Nexus Upload" # yamllint disable-line rule:truthy on: workflow_dispatch: - push: - # Only invoked on release tag pushes - branches: - - "main" - - "master" - tags: - - "v*.*.*" pull_request: types: [opened, reopened, edited, synchronize] diff --git a/README.md b/README.md index 54d1296..a176b5d 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ a file suffix/extension restricting the files to be uploaded to a subset of the #### Optional Inputs - filename_suffix -- testing [true|false] +- testing [ true | false ] When testing is set to "true" an upload directory and sample text file (with a date/time stamp) will automatically be created. This prevents the need to create test data or add files directly