ci: Add initial CI #1
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
name: Main and PR Pipeline | ||
concurrency: | ||
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} | ||
cancel-in-progress: true | ||
defaults: | ||
run: | ||
shell: bash | ||
on: | ||
push: | ||
branches: | ||
- main | ||
pull_request: | ||
branches: | ||
- main | ||
jobs: | ||
call-normal-pipeline: | ||
uses: ./.github/workflows/normal.yaml | ||
Check failure on line 22 in .github/workflows/main-and-pr.yaml GitHub Actions / Main and PR PipelineInvalid workflow file
|
||
with: | ||
is_release: false |