Skip to content

Commit

Permalink
Chore: Test new test.yaml action triggers
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew Watkins <[email protected]>
  • Loading branch information
ModeSevenIndustrialSolutions committed Jun 7, 2024
1 parent a171bfa commit 89a6e24
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ 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:
- closed

jobs:
upload-files:
Expand Down

0 comments on commit 89a6e24

Please sign in to comment.