Browse Source

Try to allow run of qobana trigger manually.

Laurent Destailleur 2 năm trước cách đây
mục cha
commit
9442c1f289
1 tập tin đã thay đổi với 3 bổ sung1 xóa
  1. 3 1
      .github/workflows/code_quality.yml

+ 3 - 1
.github/workflows/code_quality.yml

@@ -2,7 +2,9 @@ name: Qodana
 on:
   schedule:
   - cron: "0 20 * * *"
-#  workflow_dispatch:
+  workflow_dispatch:
+    branches:
+      - develop
 #  push:
 #    branches:
 #      - develop