From d00becd6a91edbe36f0b199d611bc3547930ae5a Mon Sep 17 00:00:00 2001 From: Goulven Bourveau Date: Sat, 12 Apr 2025 14:25:54 +0200 Subject: [PATCH] We're gonna create a container only on tag creation --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aea8102..df76d79 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,10 +3,10 @@ name: ci on: #workflow_dispatch: push: - # branches: - # - 'main' - # tags: - # - '*' + #branches: + # - 'main' + tags: + - '*' #pull_request: # branches: # - 'main'