chore(deps): update dependency https://github.com/salt-extensions/sal… #5
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
--- | |
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: ./.github/workflows/ci.yml | |
with: | |
deploy-docs: true | |
permissions: | |
contents: write | |
id-token: write | |
pages: write | |
pull-requests: read |