We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9c3796 commit 6564123Copy full SHA for 6564123
.github/workflows/build.yml
@@ -8,10 +8,13 @@ on:
8
- '!refs/tags/.*'
9
tags-ignore:
10
- '*'
11
+ pull_request:
12
+ branches:
13
+ - '*'
14
jobs:
15
build:
16
name: Build Nextflow
- if: "!contains(github.event.head_commit.message, '[ci skip]')"
17
+ if: "!contains(github.event.head_commit.message, '[ci skip]') && (github.event == 'push' || github.repository != github.event.pull_request.head.repo.full_name')"
18
runs-on: ubuntu-latest
19
timeout-minutes: 120
20
strategy:
0 commit comments