From 73614b550fc111e4d46b4c941564f141a7342a51 Mon Sep 17 00:00:00 2001 From: Steven Date: Tue, 20 Aug 2019 13:26:59 -0400 Subject: [PATCH] Prevent CI for tags (#52) * Prevent CI for tags * Fix syntax * Fix pr path * Empty commit * Remove tags * Add back tags * Simplify the events * Change it back again :( * Empty pull request --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3dc86858..62469dfa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,9 +4,9 @@ on: push: branches: - master + tags: + - '!*' pull_request: - paths: - - '**/*' jobs: test: