Skip to content

Commit

Permalink
CI: move to ci-dev workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lizgehret committed Aug 23, 2024
1 parent 560be47 commit 8bbc98e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 29 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/ci-dev.yml
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: ["master"]
push:
branches: ["master"]
jobs:
ci:
uses: qiime2/distributions/.github/workflows/lib-ci-dev.yaml@dev
with:
distro: tiny
29 changes: 0 additions & 29 deletions .github/workflows/ci.yml

This file was deleted.

0 comments on commit 8bbc98e

Please sign in to comment.