From 493197caebd1f6f9c585bc164ec8d8f7cbb51cbe Mon Sep 17 00:00:00 2001 From: Goulven Bourveau Date: Sat, 12 Apr 2025 01:44:58 +0200 Subject: [PATCH] For testing purposes, we are making a container on each push --- .github/workflows/ci.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3f5bb6d..60481d3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,15 +1,15 @@ name: ci on: - workflow_dispatch: + #workflow_dispatch: push: - branches: - - 'main' - tags: - - '*' - pull_request: - branches: - - 'main' + # branches: + # - 'main' + # tags: + # - '*' + #pull_request: + # branches: + # - 'main' jobs: docker: