See if CI/CD will work #1

Open
Kenwood wants to merge 11 commits from ci/cd into main
3 changed files with 3 additions and 11 deletions
Showing only changes of commit 4015a6ee80 - Show all commits

View File

@ -1,8 +1,5 @@
name: Docs name: Docs
permissions:
contents: write
on: on:
push: push:
branches: branches:
@ -12,7 +9,7 @@ on:
pull_request: pull_request:
paths: paths:
- "Docs/**" - "Docs/**"
- ".github/workflows/**" - ".gitea/workflows/**"
# #
jobs: jobs:

View File

@ -9,7 +9,7 @@ on:
pull_request: pull_request:
paths: paths:
- "Firmware/**" - "Firmware/**"
- ".github/workflows/**" - ".gitea/workflows/**"
# #
jobs: jobs:

View File

@ -1,10 +1,5 @@
name: Hardware name: Hardware
permissions:
contents: write
actions: read
checks: write
on: on:
push: push:
branches: branches:
@ -14,7 +9,7 @@ on:
pull_request: pull_request:
paths: paths:
- "Hardware/**" - "Hardware/**"
- ".github/workflows/**" - ".gitea/workflows/**"
# #
jobs: jobs: