chore: fix API ref generator to run on push to master (#2787)

This commit is contained in:
Shahed Nasser
2022-12-13 13:22:05 +02:00
committed by GitHub
parent 52a8e90aac
commit 0d788e73c4

View File

@@ -1,5 +1,12 @@
name: Generate API Reference
on:
push:
branches:
- "master"
paths:
- packages/medusa/src/api/routes/**
- '!packages/medusa/src/api/routes/**/index.ts'
- '!packages/medusa/src/api/routes/**/index.js'
pull_request:
types:
- closed