Add badge for GitHub workflows. #6
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
# Downstream workflow | ||
on: | ||
merge_group: | ||
push: | ||
branches-ignore: | ||
# temporary GH branches relating to merge queues (jaraco/skeleton#93) | ||
- gh-readonly-queue/** | ||
tags: | ||
# required if branches-ignore is supplied (jaraco/skeleton#103) | ||
- '**' | ||
pull_request: | ||
jobs: | ||
main: | ||
Check failure on line 14 in .github/workflows/main.yml GitHub Actions / .github/workflows/main.ymlInvalid workflow file
|
||
uses: coherent-oss/system/.github/workflows/main.yml@main | ||
Check failure on line 15 in .github/workflows/main.yml GitHub Actions / .github/workflows/main.ymlInvalid workflow file
|