Skip to content

Commit cc4f8ab

Browse files
committedJun 10, 2024··
Chore: Update test.yaml triggers
Signed-off-by: Matthew Watkins <mwatkins@linuxfoundation.org>
1 parent 5a705ad commit cc4f8ab

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed
 

‎.github/workflows/test.yaml

-7
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,6 @@ name: "Test Nexus Upload"
77
# yamllint disable-line rule:truthy
88
on:
99
workflow_dispatch:
10-
push:
11-
# Only invoked on release tag pushes
12-
branches:
13-
- "main"
14-
- "master"
15-
tags:
16-
- "v*.*.*"
1710
pull_request:
1811
types: [opened, reopened, edited, synchronize]
1912

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ a file suffix/extension restricting the files to be uploaded to a subset of the
4343
#### Optional Inputs
4444

4545
- filename_suffix
46-
- testing [true|false]
46+
- testing [ true | false ]
4747

4848
When testing is set to "true" an upload directory and sample text file (with a date/time stamp)
4949
will automatically be created. This prevents the need to create test data or add files directly

0 commit comments

Comments
 (0)
Please sign in to comment.