Skip to content

Commit c599260

Browse files
jordanpadamsclaude
andcommitted
Restrict postman docs workflow to feature branches only
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent e575f2f commit c599260

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/postman-collection-docs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: Generate Postman Collection Docs
22

33
on:
44
push:
5+
branches-ignore:
6+
- main
7+
- develop
58
paths:
69
- 'docker/postman/postman_collection.json'
710
workflow_dispatch:

0 commit comments

Comments
 (0)