For testing purposes, we are making a container on each push

This commit is contained in:
Goulven Bourveau 2025-04-12 01:44:58 +02:00
parent e63cf80653
commit 493197caeb

View file

@ -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: