Skip to content

Migrate to centralized GitHub workflows #64

Migrate to centralized GitHub workflows

Migrate to centralized GitHub workflows #64

Workflow file for this run

name: Pull Request or Push
on:
push:
branches:
- '**' # Run on pushes to any branch
tags-ignore:
- '*' # Ignore pushes to tags
pull_request:
jobs:
call_central_workflow:
name: CI
uses: salt-extensions/central-artifacts/.github/workflows/ci.yml@main
permissions:
contents: write
pull-requests: read