Skip to content

Commit 2093d1b

Browse files
committed
auto deploy
1 parent 0b67bd8 commit 2093d1b

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: Galaxy Tool CI/CD Pipeline
2+
3+
on:
4+
push:
5+
branches: [ main, master ]
6+
tags:
7+
- 'v*'
8+
pull_request:
9+
branches: [ main, master ]
10+
release:
11+
types: [ published ]
12+
13+
jobs:
14+
deploy:
15+
uses: naturalis/galaxy-tools-ci-template/.github/workflows/galaxy-tool-ci-template.yaml@main
16+
secrets: inherit

0 commit comments

Comments
 (0)