Fix double call building in build_cmake.yml

This commit is contained in:
Petr Mironychev 2024-11-11 21:43:46 +01:00 committed by GitHub
parent 7ad8ddfee4
commit a184916d7b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,7 +1,14 @@
name: Build plugin
on: [push, pull_request]
on:
push:
branches:
- main
tags:
- 'v*'
pull_request:
branches:
- main
env:
PLUGIN_NAME: QodeAssist
QT_VERSION: 6.7.3