diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index df1c439..1666bbd 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -5,6 +5,12 @@ on: branches: - "main" - "dev" + - "desktop" + - "gnome" + - "plasma" + - "xfce" + - "mate" + - "sway" - "feat/**" - "feature/**" - "fix/**" @@ -26,6 +32,12 @@ on: branches: - "main" - "dev" + - "desktop" + - "gnome" + - "plasma" + - "xfce" + - "mate" + - "sway" - "feat/**" - "feature/**" - "fix/**" diff --git a/.github/workflows/updater.yml b/.github/workflows/updater.yml index 7d0047d..8d5f3e9 100644 --- a/.github/workflows/updater.yml +++ b/.github/workflows/updater.yml @@ -6,6 +6,12 @@ on: branches: - "main" - "dev" + - "desktop" + - "gnome" + - "plasma" + - "xfce" + - "mate" + - "sway" - "feat/**" - "feature/**" - "fix/**" @@ -16,6 +22,12 @@ on: branches: - "main" - "dev" + - "desktop" + - "gnome" + - "plasma" + - "xfce" + - "mate" + - "sway" - "feat/**" - "feature/**" - "fix/**"