Skip to content

Commit

Permalink
Only run CI on push to default branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh5 committed Jan 1, 2025
1 parent 783f10f commit e24c556
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/plugin-repo-gen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: Unmanic Plugin Test and Generate Repo
on:
push:
branches:
- "**"
- "pr-**"
- "!template"
- 'official'
- 'master'
- 'main'
pull_request:
branches:
- "official"
Expand Down

0 comments on commit e24c556

Please sign in to comment.