Skip to content

Merge pull request #164 from openclimatefix/add-workflow-ignore-paths #103

Merge pull request #164 from openclimatefix/add-workflow-ignore-paths

Merge pull request #164 from openclimatefix/add-workflow-ignore-paths #103

Workflow file for this run

name: Python Bump Version & release
on:
push:
branches:
- main
paths-ignore:
- "configs.example/**" # ignores all files in configs.example
- "**/README.md" # ignores all README files
jobs:
release:
uses: openclimatefix/.github/.github/workflows/python-release.yml@main
secrets:
token: ${{ secrets.PYPI_API_TOKEN }}
PAT_TOKEN: ${{ secrets.PAT_TOKEN }}