Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
pditommaso committed Dec 10, 2021
1 parent f43be44 commit 80dbfa8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ on:
push:
branches:
- '*'
- '!refs/tags/.*'
tags-ignore:
- '*'
pull_request:
Expand All @@ -14,7 +13,6 @@ on:
jobs:
build:
name: Build Nextflow
if: "!contains(github.event.head_commit.message, '[ci skip]') && (github.event == 'push' || github.repository != github.event.pull_request.head.repo.full_name)"
runs-on: ubuntu-latest
timeout-minutes: 120
strategy:
Expand Down

0 comments on commit 80dbfa8

Please sign in to comment.