From 018f72ddc2c9118e26bb61fe588b2a67d666c544 Mon Sep 17 00:00:00 2001 From: Oliver Wiebeck Date: Thu, 23 Nov 2023 15:38:53 +0100 Subject: [PATCH] run on tag --- .github/workflows/playground.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/playground.yml b/.github/workflows/playground.yml index a714872..1f46ea6 100644 --- a/.github/workflows/playground.yml +++ b/.github/workflows/playground.yml @@ -3,6 +3,8 @@ name: Contexts on: push: branches: [ main ] + tags: + - '*' pull_request: branches: [ main ]