constellation/.github/workflows/aspect-workflows.yaml
2023-08-18 11:31:24 +02:00

17 lines
391 B
YAML

name: Aspect Workflows
on:
# Triggers the workflow on pull request events and on main
push:
branches: [main]
pull_request:
branches: [main]
# Allow this to be triggered manually via the GitHub UI Actions tab
workflow_dispatch:
jobs:
aspect-workflows:
name: Aspect Workflows
uses: ./.github/workflows/.aspect-workflows-reusable.yaml