Skip to content

Commit

Permalink
Merge pull request #19 from ModeSevenIndustrialSolutions/update-test-…
Browse files Browse the repository at this point in the history
…triggers

Chore: Test new test.yaml action triggers
  • Loading branch information
ModeSevenIndustrialSolutions authored Jun 7, 2024
2 parents a171bfa + 89a6e24 commit 5dbf5cd
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 5dbf5cd

Please sign in to comment.