Browse Source

Remove branch keywords

pull/9/head
Xueli Xie 4 years ago
parent
commit
89d8cd7e2b
  1. 2
      .github/workflows/ci.yml

2
.github/workflows/ci.yml

@ -1,9 +1,7 @@
name: CI Checks
on:
push:
branches: ["**"]
pull_request:
branches: ["main"]
workflow_dispatch:
jobs:
git-secrets:

Loading…
Cancel
Save