File tree Expand file tree Collapse file tree 5 files changed +16
-6
lines changed
Expand file tree Collapse file tree 5 files changed +16
-6
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ trigger:
1010 include :
1111 - ' *'
1212 exclude :
13- - gh-pages
13+ - ' gh-pages'
1414 tags :
1515 include :
1616 - ' *'
Original file line number Diff line number Diff line change 11# Build documentation
22name : Documentation Build
33
4- on : [push, pull_request, workflow_dispatch]
4+ on :
5+ push :
6+ branches-ignore :
7+ # Push events to branches matching refs/heads/mona/octocat
8+ - ' gh-pages'
9+ pull_request :
510
611jobs :
712 # This workflow contains a single job called "build"
Original file line number Diff line number Diff line change 11# check spelling, codestyle
22name : Style Check
33
4- on : [push, pull_request, workflow_dispatch]
4+ on :
5+ push :
6+ branches-ignore :
7+ # Push events to branches matching refs/heads/mona/octocat
8+ - ' gh-pages'
9+ pull_request :
510
611jobs :
712 build :
Original file line number Diff line number Diff line change 11PyMAPDL
22=======
3- .. image :: https://img.shields .io/pypi/v/pymapdl .svg
4- :target: https://pypi.org/project/pymapdl/
3+ .. image :: https://badge.fury .io/py/ansys-mapdl-core .svg
4+ :target: https://badge.fury.io/py/ansys-mapdl-core
55
66.. image :: https://dev.azure.com/pyansys/pyansys/_apis/build/status/pyansys.pymapdl?branchName=master
77 :target: https://dev.azure.com/pyansys/pyansys/_build/latest?definitionId=5&branchName=master
Original file line number Diff line number Diff line change 11"""Version of ansys-mapdl-core module."""
22
33# major, minor, patch
4- version_info = 0 , 57 , 0
4+ version_info = 0 , 57 , 1
55
66# Nice string for the version
77__version__ = '.' .join (map (str , version_info ))
You can’t perform that action at this time.
0 commit comments