Skip to content

Commit

Permalink
chore: add trigger for
Browse files Browse the repository at this point in the history
      - "main"
      - "dev"
      - "desktop"
      - "gnome"
      - "plasma"
      - "xfce"
      - "mate"
      - "sway"
  • Loading branch information
snowdream committed Oct 25, 2024
1 parent f5ab99c commit fc655f2
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ on:
branches:
- "main"
- "dev"
- "desktop"
- "gnome"
- "plasma"
- "xfce"
- "mate"
- "sway"
- "feat/**"
- "feature/**"
- "fix/**"
Expand All @@ -26,6 +32,12 @@ on:
branches:
- "main"
- "dev"
- "desktop"
- "gnome"
- "plasma"
- "xfce"
- "mate"
- "sway"
- "feat/**"
- "feature/**"
- "fix/**"
Expand Down
12 changes: 12 additions & 0 deletions .github/workflows/updater.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ on:
branches:
- "main"
- "dev"
- "desktop"
- "gnome"
- "plasma"
- "xfce"
- "mate"
- "sway"
- "feat/**"
- "feature/**"
- "fix/**"
Expand All @@ -16,6 +22,12 @@ on:
branches:
- "main"
- "dev"
- "desktop"
- "gnome"
- "plasma"
- "xfce"
- "mate"
- "sway"
- "feat/**"
- "feature/**"
- "fix/**"
Expand Down

0 comments on commit fc655f2

Please sign in to comment.