Skip to content

Commit

Permalink
Different CI trigger logic (#3842) [ci fast]
Browse files Browse the repository at this point in the history

Signed-off-by: Phil Ewels <phil.ewels@seqera.io>
  • Loading branch information
ewels committed Apr 11, 2023
1 parent 4d01b7c commit 584c96b
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,17 @@ name: Nextflow CI
on:
push:
branches:
- '*'
- '!refs/tags/.*'
tags-ignore:
- '*'
- 'master'
paths-ignore:
- 'docs/**'
pull_request:
types: [opened, reopened, synchronize]
paths-ignore:
- 'docs/**'
workflow_dispatch:

jobs:
build:
if: "github.event == 'push' || github.repository != github.event.pull_request.head.repo.full_name"
name: Build
runs-on: ubuntu-latest
timeout-minutes: 90
Expand Down

0 comments on commit 584c96b

Please sign in to comment.