From 9ac13d171d3829b010bd570c8206d2231e2c43f2 Mon Sep 17 00:00:00 2001 From: Alexey Ivanov Date: Sun, 27 Jun 2021 04:09:36 +0300 Subject: [PATCH] [CHORE] Disable CI on tags --- .github/workflows/main.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4aa994e..a3d164e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,5 +1,8 @@ name: CI -on: [push] +on: + push: + branches: + - '*' jobs: build: name: Build, lint, and test on Node ${{ matrix.node }} and ${{ matrix.os }}