fix perms?
This commit is contained in:
parent
93808dca97
commit
6e6f475232
1 changed files with 2 additions and 10 deletions
12
.github/workflows/build-test.yml
vendored
12
.github/workflows/build-test.yml
vendored
|
|
@ -1,19 +1,11 @@
|
||||||
name: "Build Test"
|
name: "Build Test"
|
||||||
|
|
||||||
on:
|
on: workflow_dispatch
|
||||||
workflow_dispatch:
|
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- main
|
|
||||||
- develop
|
|
||||||
pull_request:
|
|
||||||
branches:
|
|
||||||
- main
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-test:
|
build-test:
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: write
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue