From da84485f486bae8d0178629818ac806a22dc91d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roni=20V=C3=A4yrynen?= Date: Sat, 24 Feb 2024 12:51:57 +0200 Subject: [PATCH] chore: allow manually triggering actions --- .github/workflows/build.yml | 2 ++ .github/workflows/description.yml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index df00d0c..f61004c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,6 +10,8 @@ on: - '.github/workflows/description.yml' branches: - 'master' + workflow_dispatch: + jobs: build-and-push: runs-on: ubuntu-latest diff --git a/.github/workflows/description.yml b/.github/workflows/description.yml index 44789e9..60fe958 100644 --- a/.github/workflows/description.yml +++ b/.github/workflows/description.yml @@ -7,6 +7,8 @@ on: - '.github/workflows/description.yml' branches: - 'master' + workflow_dispatch: + jobs: dockerhubdescription: runs-on: ubuntu-latest