feat(custom): allow empty ipv4 and ipv6 keys #413
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Markdown | |
on: | |
push: | |
branches: | |
- master | |
paths-ignore: | |
- "**.md" | |
- .github/workflows/markdown.yml | |
pull_request: | |
paths-ignore: | |
- "**.md" | |
- .github/workflows/markdown.yml | |
jobs: | |
markdown: | |
runs-on: ubuntu-latest | |
permissions: | |
actions: read | |
steps: | |
- name: No trigger path triggered for required markdown workflow. | |
run: exit 0 |