From 3584e5553642580c8f9bb9ea75e05c6a7d127640 Mon Sep 17 00:00:00 2001 From: Dusan Vuckovic Date: Sun, 7 Apr 2024 14:38:04 +0100 Subject: [PATCH] chore: Make workflow run on release event. --- .github/workflows/ci.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 03f65df..9ccf9f4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,13 +1,16 @@ name: ci # Controls when the action will run. -# Triggers the workflow on all pushes, except on tag creation. +# Triggers the workflow on: +# - all pushes +# - new release publication on: push: branches: - '**' - tags-ignore: - - '**' + release: + types: + - published jobs: test: