mirror of
https://github.com/FreeRTOS/FreeRTOS.git
synced 2026-07-27 00:03:42 +00:00
Changed git-secrets check to check all PR branches. (#521)
* Change to check all PR branches.
This commit is contained in:
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:
|
||||||
|
|||||||
Reference in New Issue
Block a user