From ef52a00e5bd987ef7f86bb6fb2c48572d5e6dcc2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20Rodr=C3=ADguez=20Baquero?= Date: Thu, 27 Jan 2022 17:10:54 -0500 Subject: ci: ignore tags [skip ci] --- .github/workflows/ci.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fb61cdb..c8fc286 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,5 +1,13 @@ name: ci -on: [push,pull_request] +on: + push: + branches: + - master + tags-ignore: + - '*' + pull_request: + branches: + - master concurrency: group: ${{ github.ref }} cancel-in-progress: true -- cgit v1.2.3