diff --git a/.github/workflows/release_please.yaml b/.github/workflows/release_please.yaml index 05f54053..162d2369 100644 --- a/.github/workflows/release_please.yaml +++ b/.github/workflows/release_please.yaml @@ -1,7 +1,13 @@ name: "tagged-release" +# on: +# push: +# branches: +# - master + on: - push: + pull_request: + types: [closed] branches: - master diff --git a/workflow/Snakefile b/workflow/Snakefile index 97f1f862..79c86324 100644 --- a/workflow/Snakefile +++ b/workflow/Snakefile @@ -24,7 +24,8 @@ if config["ashleys_pipeline"] is True: github( "friendsofstrandseq/ashleys-qc-pipeline", path="workflow/Snakefile", - branch="main", + tag="1.3.1" + # branch="main", # branch="dev", ) config: