Release prep v9.1.0
[puppet-modules/puppetlabs-apt.git] / .github / workflows / ci.yml
1 name: "ci"
2
3 on:
4   pull_request:
5     branches:
6       - "main"
7   workflow_dispatch:
8     
9 jobs:
10   Spec:
11     uses: "puppetlabs/cat-github-actions/.github/workflows/module_ci.yml@main"
12     secrets: "inherit"
13
14   Acceptance:
15     needs: Spec
16     uses: "puppetlabs/cat-github-actions/.github/workflows/module_acceptance.yml@main"
17     secrets: "inherit"