Allow launching actions from web interface

pull/976/head
Michele Locati 2024-09-08 11:03:16 +02:00
parent 9a03eb347d
commit 34b3f1d131
No known key found for this signature in database
GPG Key ID: 98B7CE2E7234E28B
4 changed files with 4 additions and 0 deletions

View File

@ -6,6 +6,7 @@ on:
repository_dispatch: repository_dispatch:
types: types:
- monitor-php8.4 - monitor-php8.4
workflow_dispatch:
jobs: jobs:
test_extensions: test_extensions:

View File

@ -10,6 +10,7 @@ on:
repository_dispatch: repository_dispatch:
types: types:
- readme-release - readme-release
workflow_dispatch:
jobs: jobs:
readme-release: readme-release:

View File

@ -6,6 +6,7 @@ on:
repository_dispatch: repository_dispatch:
types: types:
- test-recent-extensions - test-recent-extensions
workflow_dispatch:
jobs: jobs:
determine_extension_list: determine_extension_list:

View File

@ -4,6 +4,7 @@ on:
repository_dispatch: repository_dispatch:
types: types:
- test-sending-notifications - test-sending-notifications
workflow_dispatch:
jobs: jobs:
send_sampe_notification: send_sampe_notification: