Skip to content

Commit

Permalink
Remove push triggers and pull request types from CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthiasZepper committed Jan 27, 2025
1 parent 089b8e8 commit b051b11
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9 deletions.
3 changes: 0 additions & 3 deletions nf_core/pipeline-template/.github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: nf-core CI
# {% raw %}This workflow runs the pipeline with the minimal test dataset to check that it completes without any syntax errors
on:
push:
branches:
- dev
pull_request:
release:
types: [published]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ on:
required: true
default: "dev"
pull_request:
types:
- opened
- synchronize
branches:
- main
- master
Expand Down
3 changes: 0 additions & 3 deletions nf_core/pipeline-template/.github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ name: nf-core linting
# It runs the `nf-core pipelines lint` and markdown lint tests to ensure
# that the code meets the nf-core guidelines. {%- raw %}
on:
push:
branches:
- dev
pull_request:
release:
types: [published]
Expand Down

0 comments on commit b051b11

Please sign in to comment.