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