From 4fc493abfec25ed854f510cb473b714306d9011b Mon Sep 17 00:00:00 2001 From: Maytham Fahmi Date: Sat, 21 May 2022 02:19:42 +0200 Subject: [PATCH] #22 disable test pipeline --- .github/workflows/release-test.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release-test.yml b/.github/workflows/release-test.yml index 9d4fb41..0d3ac7a 100644 --- a/.github/workflows/release-test.yml +++ b/.github/workflows/release-test.yml @@ -1,9 +1,10 @@ on: push: branches: - - "feature/ci*" - tags: - - "v[0-9]+.[0-9]+.[0-9]+" + - "none" + # - "feature/ci*" + #tags: + #- "v[0-9]+.[0-9]+.[0-9]+" jobs: build: runs-on: ubuntu-latest