Skip to content

Commit

Permalink
Merge pull request #43 from AmonRaNet/github-build-tests
Browse files Browse the repository at this point in the history
Extended 'Credits' section
  • Loading branch information
AmonRaNet authored Jan 4, 2024
2 parents 533ca5f + 36d9c0e commit 09632c3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
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

0 comments on commit 09632c3

Please sign in to comment.