| 123456789101112131415161718192021222324 |
- on:
- push:
- branches:
- - "main"
- name: "Main Branch"
- permissions:
- contents: read
- jobs:
- test:
- name: "Test"
- permissions:
- contents: read
- security-events: write
- uses: ./.github/workflows/part_test.yml
- docs:
- name: "Docs"
- uses: ./.github/workflows/part_docs.yml
|