Skip to content

Merge pull request #138 from UiPath/feat/runtime-create-triggers-prot… #586

Merge pull request #138 from UiPath/feat/runtime-create-triggers-prot…

Merge pull request #138 from UiPath/feat/runtime-create-triggers-prot… #586

Workflow file for this run

name: CI
on:
push:
branches:
- main
paths-ignore:
- pyproject.toml
pull_request:
branches:
- main
jobs:
commit-lint:
if: ${{ github.event_name == 'pull_request' }}
uses: ./.github/workflows/commitlint.yml
lint:
uses: ./.github/workflows/lint.yml
test:
uses: ./.github/workflows/test.yml
secrets:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}