Skip to content

Commit

Permalink
Use reusable deploy artifacts workflow (#298)
Browse files Browse the repository at this point in the history
  • Loading branch information
kathy-t authored Dec 5, 2024
1 parent 86d9d30 commit 5d706b6
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 75 deletions.
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.

0 comments on commit 5d706b6

Please sign in to comment.