From 584c96b127cc8e4a5b3f9a3c541585d29f06302a Mon Sep 17 00:00:00 2001 From: Phil Ewels Date: Tue, 11 Apr 2023 17:46:44 +0200 Subject: [PATCH] Different CI trigger logic (#3842) [ci fast] Signed-off-by: Phil Ewels --- .github/workflows/build.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7cce556c9c..ec3f63e155 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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