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
permissions:
contents: write
on:
push:
branches:
@ -12,7 +9,7 @@ on:
pull_request:
paths:
- "Docs/**"
- ".github/workflows/**"
- ".gitea/workflows/**"
#
jobs:

View File

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

View File

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