From b830876a8416c9731a9333ccabf99a7c5d8cc317 Mon Sep 17 00:00:00 2001 From: Lars Kappert Date: Mon, 25 Jul 2022 16:09:02 +0200 Subject: [PATCH] Enable manual triggers and disable tag triggers in test pipeline --- .github/workflows/test.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f87b61fc..1afe9f51 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,6 +1,11 @@ name: Cross-OS Tests -on: [push, pull_request] +on: + push: + tags-ignore: + - '**' + pull_request: + workflow_dispatch: env: GITHUB_TOKEN: 1