Skip to content

new version 2.2

new version 2.2 #3

Workflow file for this run

name: Skip CI
on:
push:
branches:
- new_version
paths:
- 'VERSION'
- 'docs/source/changelog.rst'
workflow_dispatch:
jobs:
pipeline:
runs-on: ubuntu-latest
steps:
- name: Skip tests (only VERSION and changelog have been changed)
run: echo "This is used to meet the requirements of pull-request to the develop branch (pipeline should pass)"