From 605b47d72cac40487047868efea924ffa46661cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-No=C3=ABl=20Grad?= Date: Wed, 9 Jul 2025 13:39:03 +0200 Subject: [PATCH] Add workflow dispatch --- .github/workflows/build.yml | 1 + .gitignore | 1 - README.md | 8 ++++++-- 3 files changed, 7 insertions(+), 3 deletions(-) delete mode 100644 .gitignore diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2a19b73..db5b8ed 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -3,6 +3,7 @@ name: Docker images on: push: pull_request: + workflow_dispatch: jobs: images: diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 1377554..0000000 --- a/.gitignore +++ /dev/null @@ -1 +0,0 @@ -*.swp diff --git a/README.md b/README.md index 0b1e284..6002b71 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ +# ESPResSo Dockerfiles + ![Docker images](https://github.com/espressomd/docker/workflows/Docker%20images/badge.svg) -# docker -Docker containers for testing espresso. + +This repository manages Dockerfiles and Docker images for the ESPResSo project. + +Branch names follow the same naming convention as on the ESPResSo project.