Skip to content

Commit cde8223

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

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)