mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
17 lines
391 B
YAML
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
|