From 41f26df8fd4e31fcb6b19086241fe2d36471c0a9 Mon Sep 17 00:00:00 2001 From: Janne Valkealahti Date: Mon, 24 Apr 2023 10:06:09 +0100 Subject: [PATCH] Run ci workflow on all branch pushes - Assuming that a release tag is pushed a ci workflow will then build and publish tagged version. - Relates #165 --- .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 46be20d..ed35369 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,8 +3,8 @@ name: CI on: workflow_dispatch: push: - paths-ignore: - - '.github/**' + branches: + - '**' jobs: build: