Skip to content

(IT-87329) - Update workflows to run on pull_request #267

(IT-87329) - Update workflows to run on pull_request

(IT-87329) - Update workflows to run on pull_request #267

Workflow file for this run

name: "ci"
on:
push:
branches:
- "main"
pull_request:
branches:
- "main"
workflow_dispatch:
jobs:
spec:
uses: "puppetlabs/cat-github-actions/.github/workflows/gem_ci.yml@main"
secrets: "inherit"