Skip to content

Commit 9ea3f10

Browse files
feat: add dist build workflow (#325)
* feat: add dist build workflow * fix: grant contents:read permission for dist workflow checkout
1 parent f1b3195 commit 9ea3f10

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

.github/workflows/dist.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
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+
contents: read
14+
15+
jobs:
16+
build:
17+
uses: owncloud/reusable-workflows/.github/workflows/build.yml@main

0 commit comments

Comments
 (0)