mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-12-10 13:45:07 -05:00
Changed git-secrets check to check all PR branches. (#521)
* Change to check all PR branches.
This commit is contained in:
parent
7de2a488b8
commit
e61730c9b1
1 changed files with 0 additions and 2 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -1,9 +1,7 @@
|
||||||
name: CI Checks
|
name: CI Checks
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: ["**"]
|
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [master]
|
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
jobs:
|
jobs:
|
||||||
git-secrets:
|
git-secrets:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue