Update dependency https://github.com/lkubb/salt-extension-copier to v… #6
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<<<<<<< before updating | ||
name: Pull Request or Push | ||
on: [push, pull_request] | ||
jobs: | ||
ci: | ||
name: CI | ||
uses: salt-extensions/central-artifacts/.github/workflows/ci.yml@main | ||
permissions: | ||
contents: write | ||
======= | ||
--- | ||
name: Pull Request or Push | ||
on: | ||
push: | ||
branches: | ||
- 'main' # Run on pushes to main | ||
tags-ignore: | ||
- '*' # Ignore pushes to tags | ||
pull_request: | ||
jobs: | ||
call_central_workflow: | ||
name: CI | ||
uses: salt-extensions/central-artifacts/.github/workflows/ci.yml@main | ||
with: | ||
deploy-docs: true | ||
permissions: | ||
contents: write | ||
id-token: write | ||
pages: write | ||
>>>>>>> after updating | ||
pull-requests: read |