Add formatting to make all code block boxes gray. (#3723) #558
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: CI pipeline | |
on: | |
push: | |
branches: | |
- develop | |
pull_request: | |
branches: [ develop ] | |
jobs: | |
pipeline: | |
if: github.server_url != 'https://github.com' | |
uses: ./.github/workflows/pipeline.yml | |
secrets: inherit |