Skip to content

Commit b0987da

Browse files
committed
Changes main branch to master
This is in an attempt for the repo to get indexed by Google because currently neither the repo nor the documentation appears in any code searches
1 parent b572c03 commit b0987da

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

.github/workflows/codeql-analysis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ name: "CodeQL"
1313

1414
on:
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

.github/workflows/docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
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

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
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

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python
22

3-
"""Builds the Fortran Language Server - dev
3+
"""Builds the fortls Language Server
44
"""
55
import setuptools
66

0 commit comments

Comments
 (0)