Skip to content

feat: allow multiple pipelines per repository (#20) #49

feat: allow multiple pipelines per repository (#20)

feat: allow multiple pipelines per repository (#20) #49

Workflow file for this run

name: Push Workflow
on:
push:
branches:
- main
pull_request:
types:
- opened
- edited
permissions:
contents: read
jobs:
security-checks:
uses: ./.github/workflows/run-security-checks.yml
secrets: inherit