From 156c956112a27450ed165f701a1e428b8539c142 Mon Sep 17 00:00:00 2001 From: Glen Maddern Date: Thu, 3 Jul 2025 14:21:07 +1000 Subject: [PATCH] welcome back old friend --- .github/workflows/publish.yml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 3e947d1..e335d95 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -1,12 +1,11 @@ name: Publish Any Commit on: - # Temporarily disabled - uncomment to re-enable - # pull_request: - # push: - # branches: - # - '**' - # tags: - # - '!**' + pull_request: + push: + branches: + - '**' + tags: + - '!**' jobs: build: