Skip to content

Commit

Permalink
Merge pull request #14 from ebolyen/new-ci
Browse files Browse the repository at this point in the history
CI: new ci
  • Loading branch information
ebolyen authored Sep 28, 2023
2 parents 5edd8b8 + e768348 commit 14f1649
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 54 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/ci-dev.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Example of workflow trigger for calling workflow (the client).
name: ci-dev
on:
pull_request:
branches: ["main"]
push:
branches: ["main"]
jobs:
ci:
uses: qiime2/distributions/.github/workflows/lib-ci-dev.yaml@dev
with:
distro: shotgun
54 changes: 0 additions & 54 deletions .github/workflows/ci.yml

This file was deleted.

6 changes: 6 additions & 0 deletions .github/workflows/join-release.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
name: join-release
on:
workflow_dispatch: {}
jobs:
release:
uses: qiime2/distributions/.github/workflows/lib-join-release.yaml@dev
7 changes: 7 additions & 0 deletions .github/workflows/tag-release.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
name: tag-release
on:
push:
branches: ["Release-*"]
jobs:
tag:
uses: qiime2/distributions/.github/workflows/lib-tag-release.yaml@dev

0 comments on commit 14f1649

Please sign in to comment.