Skip to content

ci: adding github actions for ci/cd #2

ci: adding github actions for ci/cd

ci: adding github actions for ci/cd #2

Workflow file for this run

name: "Run CI"
on:
pull_request:
types: [opened, reopened, synchronize]
push:
branches:
- "**"
- "!main"
- "!gh-pages"
jobs:
code-checks:
if: ${{ github.event_name == 'push' || github.event.pull_request.head.repo.full_name != 'generative-computing/mellea' || github.event.pull_request.head.repo.full_name == 'generative-computing/mellea' }}
uses: ./.github/workflows/quality.yml