Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extended 'Credits' section #43

Merged
merged 2 commits into from
Jan 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/build-events.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ on:

jobs:
build:
if: ${{ github.event.issue.pull_request && contains(github.event.comment.html_url, '/cmake-build') }}
uses: ./.github/workflows/cmake.yaml
if: ${{ github.event.issue.pull_request && contains(github.event.comment.html_url, '/force-build') }}
uses: ./.github/workflows/build.yaml
secrets: inherit
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ For additional help, join in the [AmonRaNet Discord](https://discord.gg/bxYJsrkB
**bakerb845** for helping with Qt6 adaptation
**raffmont** for adding new features and capabilities

all others who helps and supports QGeoView!

## Versioning

QGeoView uses [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/AmonRaNet/QGeoView/tags).
Expand Down