See if CI/CD will work #1
|
@ -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:
|
|
@ -9,7 +9,7 @@ on:
|
|||
pull_request:
|
||||
paths:
|
||||
- "Firmware/**"
|
||||
- ".github/workflows/**"
|
||||
- ".gitea/workflows/**"
|
||||
|
||||
#
|
||||
jobs:
|
|
@ -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:
|
Loading…
Reference in New Issue