Skip to content

PyCharm

PyCharm #54

Workflow file for this run

name: PyCharm
on:
schedule:
# daily at 4AM for the master branch
- cron: '0 4 * * *'
push:
# for each release
tags:
- 'pycharm/20*'
jobs:
build:
uses: ./.github/workflows/ide_build_and_upload.yml
with:
artifacts_dir: out/pycharm-ce/artifacts
product: pycharm