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

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