From 34b3f1d131fc7897435e8270748ee0b0271fdf53 Mon Sep 17 00:00:00 2001 From: Michele Locati Date: Sun, 8 Sep 2024 11:03:16 +0200 Subject: [PATCH] Allow launching actions from web interface --- .github/workflows/monitor-php8.4.yml | 1 + .github/workflows/readme-release.yml | 1 + .github/workflows/test-recent-extensions.yml | 1 + .github/workflows/test-sending-notifications.yml | 1 + 4 files changed, 4 insertions(+) diff --git a/.github/workflows/monitor-php8.4.yml b/.github/workflows/monitor-php8.4.yml index 4e7aec2..52b3d1b 100644 --- a/.github/workflows/monitor-php8.4.yml +++ b/.github/workflows/monitor-php8.4.yml @@ -6,6 +6,7 @@ on: repository_dispatch: types: - monitor-php8.4 + workflow_dispatch: jobs: test_extensions: diff --git a/.github/workflows/readme-release.yml b/.github/workflows/readme-release.yml index e8a91b1..1a567d1 100644 --- a/.github/workflows/readme-release.yml +++ b/.github/workflows/readme-release.yml @@ -10,6 +10,7 @@ on: repository_dispatch: types: - readme-release + workflow_dispatch: jobs: readme-release: diff --git a/.github/workflows/test-recent-extensions.yml b/.github/workflows/test-recent-extensions.yml index d51c926..827da63 100644 --- a/.github/workflows/test-recent-extensions.yml +++ b/.github/workflows/test-recent-extensions.yml @@ -6,6 +6,7 @@ on: repository_dispatch: types: - test-recent-extensions + workflow_dispatch: jobs: determine_extension_list: diff --git a/.github/workflows/test-sending-notifications.yml b/.github/workflows/test-sending-notifications.yml index f1264cb..d17b37a 100644 --- a/.github/workflows/test-sending-notifications.yml +++ b/.github/workflows/test-sending-notifications.yml @@ -4,6 +4,7 @@ on: repository_dispatch: types: - test-sending-notifications + workflow_dispatch: jobs: send_sampe_notification: