ci: only trigger on PRs into main
Drop the push-to-main trigger; main is fast-forward only via PR, so the post-merge run was redundant.
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
name: CI
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
pull_request:
|
||||
branches: [main]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user