File tree Expand file tree Collapse file tree 4 files changed +10
-4
lines changed
Expand file tree Collapse file tree 4 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ name: "CodeQL"
1313
1414on :
1515 push :
16- branches : [ dev ]
16+ branches : [ master, dev ]
1717 pull_request :
1818 # The branches below must be a subset of the branches above
19- branches : [ dev ]
19+ branches : [ master, dev ]
2020 schedule :
2121 - cron : ' 24 7 * * 2'
2222
Original file line number Diff line number Diff line change 1212 docs-folder : " docs/"
1313 - name : Deploy
1414 uses : peaceiris/actions-gh-pages@v3
15- if : github.ref == 'refs/heads/dev '
15+ if : github.ref == 'refs/heads/master '
1616 with :
1717 github_token : ${{ secrets.GITHUB_TOKEN }}
1818 publish_dir : docs/_build/html
Original file line number Diff line number Diff line change 11# CHANGELONG
22
3+ ## 2.2.1
4+
5+ ### Changed
6+
7+ - Changed default branch to master and updated Actions workflows
8+
39## 2.2.0
410
511### Added
Original file line number Diff line number Diff line change 11#!/usr/bin/env python
22
3- """Builds the Fortran Language Server - dev
3+ """Builds the fortls Language Server
44"""
55import setuptools
66
You can’t perform that action at this time.
0 commit comments