Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
EddyTheCo committed Mar 25, 2024
1 parent 8b17332 commit 8606731
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: push-build-release
run-name: ${{ github.actor }} ${{ github.event_name }} to ${{ github.base_ref }}
on:

test: false
push:
tags:
- 'v*'
Expand All @@ -20,6 +19,7 @@ jobs:
qtVersion: '6.6.0'
cmakeArgs: "-DCPACK_PACKAGE_CONTACT=estervtech@gmail.com -DREPO_URL=https://eddytheco.github.io/qrCode -DCPACK_PACKAGE_VENDOR=estervtech"
qtModules: 'qtshadertools qtmultimedia'
test: false

build_doxygen:
if: startsWith(github.ref, 'refs/tags/v')
Expand Down

0 comments on commit 8606731

Please sign in to comment.