diff options
author | xuelix <33909469+xuelix@users.noreply.github.com> | 2021-03-05 21:59:28 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-05 13:59:28 -0800 |
commit | e61730c9b1ab5fd4445513966dfc67e86ffb7905 (patch) | |
tree | 8112974b27557dea9cdcffd06e26849c1fba2239 /.github/workflows | |
parent | 7de2a488b8c73ef247d5b03818588b111b8bde17 (diff) | |
download | freertos-git-e61730c9b1ab5fd4445513966dfc67e86ffb7905.tar.gz |
Changed git-secrets check to check all PR branches. (#521)
* Change to check all PR branches.
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 718e28600..decab8c8d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,9 +1,7 @@ name: CI Checks on: push: - branches: ["**"] pull_request: - branches: [master] workflow_dispatch: jobs: git-secrets: |