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