Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use reusable deploy artifacts workflow #298

Merged
merged 10 commits into from
Dec 5, 2024
Merged
9 changes: 0 additions & 9 deletions .github/collab-mvn-settings.xml

This file was deleted.

9 changes: 0 additions & 9 deletions .github/snapshot-mvn-settings.xml

This file was deleted.

16 changes: 16 additions & 0 deletions .github/workflows/deploy_artifacts.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Deploy artifacts

on:
push:
tags:
- '**'
branches-ignore:
- 'master'
- 'release/**'
- 'hotfix/**'
- 'dependabot/**'

jobs:
build:
uses: dockstore/workflow-actions/.github/workflows/deploy_artifacts.yaml@main
secrets: inherit
40 changes: 0 additions & 40 deletions .github/workflows/deploy_snapshot.yml

This file was deleted.

17 changes: 0 additions & 17 deletions .github/workflows/deploy_tagged.yml

This file was deleted.