Skip to content

Commit eef2ac6

Browse files
Refactor schema sync to postman (#104)
* REFACTOR: Refactored the file structure to be sync in the Postman * FIX: Fix the branch name to run the actions on
1 parent 9ec3b72 commit eef2ac6

8 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/sync-admin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Postman API Integration for Admin
33
on:
44
push:
55
branches:
6-
- main
6+
- master
77
paths:
88
- './admin.rest.swagger-v2.1.json'
99

.github/workflows/sync-click.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Postman API Integration for Click
33
on:
44
push:
55
branches:
6-
- main
6+
- master
77
paths:
88
- './click.rest.swagger-v1.json'
99

.github/workflows/sync-connect.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Postman API Integration for Connect
33
on:
44
push:
55
branches:
6-
- main
6+
- master
77
paths:
88
- './connect.schema-v2.json'
99

.github/workflows/sync-esign.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Postman API Integration for ESign
33
on:
44
push:
55
branches:
6-
- main
6+
- master
77
paths:
88
- './esignature.rest.swagger-v2.1.json'
99

.github/workflows/sync-maestro.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Postman API Integration for Maestro
33
on:
44
push:
55
branches:
6-
- main
6+
- master
77
paths:
88
- './maestro.rest.swagger-v1.0.0.json'
99

.github/workflows/sync-monitor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Postman API Integration for Monitor
33
on:
44
push:
55
branches:
6-
- main
6+
- master
77
paths:
88
- './monitor.rest.swagger-v2.0.json'
99

.github/workflows/sync-rooms.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Postman API Integration for Rooms
33
on:
44
push:
55
branches:
6-
- main
6+
- master
77
paths:
88
- './rooms.rest.swagger-v2.json'
99

.github/workflows/sync-webforms.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Postman API Integration for Webforms
33
on:
44
push:
55
branches:
6-
- main
6+
- master
77
paths:
88
- './webforms.rest.swagger-v1.1.0.json'
99

0 commit comments

Comments
 (0)