From dbd7a335afb3cb962e33ea5606ed1a3c8ee35f68 Mon Sep 17 00:00:00 2001 From: Pedro Algarvio Date: Wed, 21 Oct 2020 13:42:55 +0100 Subject: [PATCH] Run on pushes to stable and not on tag. So that the tag includes the updated checksums --- .github/workflows/checksums.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/checksums.yml b/.github/workflows/checksums.yml index d0fc468..6275435 100644 --- a/.github/workflows/checksums.yml +++ b/.github/workflows/checksums.yml @@ -2,8 +2,8 @@ name: Checksums on: push: - tags: - - '*' + branches: + - stable jobs: checksums: