Only run code-spell on our main branches

PiperOrigin-RevId: 509616839
pull/11978/head
Mike Kruskal 2 years ago
parent 8d7b4e68bf
commit 1f62059ea1
  1. 11
      .github/workflows/codespell.yml

@ -2,7 +2,16 @@
# https://github.com/codespell-project/actions-codespell
# https://github.com/codespell-project/codespell
name: codespell
on: [push, pull_request]
on:
push:
branches:
- main
- '[0-9]+.x'
pull_request:
branches:
- main
- '[0-9]+.x'
permissions:
contents: read # to fetch code (actions/checkout)
jobs:

Loading…
Cancel
Save