Don't try to build the Docker image everytime something is pushed on master

This commit is contained in:
Nicola Belluti
2025-01-30 11:01:17 +01:00
parent f67af8efd7
commit 0891dc0eda

View File

@@ -1,9 +1,7 @@
name: update docker image
on:
push:
branches:
- "master"
workflow_dispatch:
jobs:
build: