diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 98babdd..11d0207 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -16,6 +16,7 @@ on: - cron: '0 18 * * 4' push: + branches: [ main ] tags: - v*.*.* diff --git a/.github/workflows/coverity.yml b/.github/workflows/coverity.yml index b696757..e44c36e 100644 --- a/.github/workflows/coverity.yml +++ b/.github/workflows/coverity.yml @@ -5,6 +5,7 @@ on: - cron: '0 18 * * 3' push: + branches: [ main ] tags: - v*.*.* - coverity* diff --git a/README.md b/README.md index ae28e40..ba37bc9 100644 --- a/README.md +++ b/README.md @@ -3,10 +3,20 @@
Fluent Design-based GUI Library for System Tray Applications
:fire:Warning: This project is still under development. Do not use it in a production environment.:fire:
- - - + ## Concept fluent-tray provides a simple system tray icon and menu to easily create resident applications that do not require complex windows. diff --git a/include/fluent_tray.hpp b/include/fluent_tray.hpp index 582467d..3a6eb35 100644 --- a/include/fluent_tray.hpp +++ b/include/fluent_tray.hpp @@ -18,7 +18,14 @@ #include