Skip to content

Commit 6e6f475

Browse files
committed
fix perms?
1 parent 93808dc commit 6e6f475

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

.github/workflows/build-test.yml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,11 @@
11
name: "Build Test"
22

3-
on:
4-
workflow_dispatch:
5-
push:
6-
branches:
7-
- main
8-
- develop
9-
pull_request:
10-
branches:
11-
- main
3+
on: workflow_dispatch
124

135
jobs:
146
build-test:
157
permissions:
16-
contents: read
8+
contents: write
179
strategy:
1810
fail-fast: false
1911
matrix:

0 commit comments

Comments
 (0)