From f71d3f6aaa2e2601b71eb8e866dfe92a45e8249f Mon Sep 17 00:00:00 2001 From: Thaung Htike Oo Date: Thu, 19 Jan 2023 15:39:56 +0630 Subject: [PATCH] change github action trigger to tags and releases --- .github/workflows/ci.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 186f082..a1c09e3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,6 +1,11 @@ name: CI -on: push +on: + push: + tags: + - '*' + release: + types: [created] jobs: build: