Skip to content

Commit 2915bf4

Browse files
[maykinmedia/open-api-framework#99] Add quick-start.yml
1 parent 135d3a1 commit 2915bf4

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/quick-start.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: Quick Start
2+
3+
on:
4+
push:
5+
branches:
6+
- master
7+
pull_request:
8+
branches:
9+
- '**'
10+
workflow_dispatch:
11+
12+
jobs:
13+
open-api-workflow-quick-start:
14+
uses: maykinmedia/open-api-workflows/.github/workflows/quick-start.yml@feature/add-quick-start
15+
with:
16+
fixtures: 'klantinteracties contactgegevens'

0 commit comments

Comments
 (0)