Skip to content

Commit

Permalink
Update postman.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mcclowes authored Oct 16, 2024
1 parent 4ad031f commit a09bbd2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/postman.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit a09bbd2

Please sign in to comment.