Skip to content

Commit 1507955

Browse files
committed
feat: add dist build workflow
1 parent 3e0ddb8 commit 1507955

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

.github/workflows/dist.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: Build dist
2+
3+
on:
4+
push:
5+
branches: [ master ]
6+
pull_request:
7+
types:
8+
- opened
9+
- synchronize
10+
- reopened
11+
12+
permissions: {}
13+
14+
jobs:
15+
build:
16+
uses: owncloud/reusable-workflows/.github/workflows/build.yml@main

0 commit comments

Comments
 (0)