Skip to content

chore(deps): bump cx-freeze from 7.1.0.post0 to 7.1.1 #53

chore(deps): bump cx-freeze from 7.1.0.post0 to 7.1.1

chore(deps): bump cx-freeze from 7.1.0.post0 to 7.1.1 #53

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 }}