Skip to content

chore(deps-dev): bump ruff from 0.4.8 to 0.4.9 (#83) #45

chore(deps-dev): bump ruff from 0.4.8 to 0.4.9 (#83)

chore(deps-dev): bump ruff from 0.4.8 to 0.4.9 (#83) #45

Workflow file for this run

name: "Continuous Integration"
on:
push:
branches:
- master
- CI*
tags:
- v*
pull_request:
branches:
- master
permissions:
contents: write
pull-requests: read
jobs:
build_app:
uses: ./.github/workflows/build_app.yml
release:
permissions:
contents: write
pull-requests: read
if: github.event_name == 'push' && github.ref_type == 'tag'
needs: build_app
uses: ./.github/workflows/create_release.yml
with:
ref_name: ${{ github.ref_name }}