From b1367f2b41a0efebe68e5017b909d86413be2899 Mon Sep 17 00:00:00 2001 From: AmonRaNet Date: Thu, 4 Jan 2024 14:36:16 +0100 Subject: [PATCH 1/2] Extended 'Credits' section --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 59d79b2..eb643d5 100644 --- a/README.md +++ b/README.md @@ -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). From 36d9c0e37249a20dd52c54fb08f5080f4c44b7af Mon Sep 17 00:00:00 2001 From: AmonRaNet Date: Thu, 4 Jan 2024 14:38:11 +0100 Subject: [PATCH 2/2] Fixed issue in build-events.yaml --- .github/workflows/build-events.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-events.yaml b/.github/workflows/build-events.yaml index 45b6ec6..81bc736 100644 --- a/.github/workflows/build-events.yaml +++ b/.github/workflows/build-events.yaml @@ -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