From a09bbd2edc2c7c5eb4eb05b4080e5c494bbe6493 Mon Sep 17 00:00:00 2001 From: Max Clayton Clowes Date: Wed, 16 Oct 2024 14:46:41 +0100 Subject: [PATCH] Update postman.yml --- .github/workflows/postman.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/postman.yml b/.github/workflows/postman.yml index c2c7290..dfaf3be 100644 --- a/.github/workflows/postman.yml +++ b/.github/workflows/postman.yml @@ -1,6 +1,11 @@ name: OpenAPI to Postman Collection on: + workflow_dispatch: # Allows manual triggering from GitHub UI + + schedule: + - cron: '0 2 * * 1' # Runs at 02:00 AM every Monday (UTC) + push: branches: - main # Set to your default branch