new version 2.3.1 #15
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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)" |