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"
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- develop
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
on: workflow_dispatch
|
||||
|
||||
jobs:
|
||||
build-test:
|
||||
permissions:
|
||||
contents: read
|
||||
contents: write
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
|
|
|
|||
Loading…
Reference in a new issue