From 8cc111a446947849a95ccb87a06190d09759d409 Mon Sep 17 00:00:00 2001 From: Andrew Senetar Date: Thu, 1 Jan 2026 01:01:42 +0000 Subject: [PATCH] ci: Update default workflow triggers --- .github/workflows/default.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/default.yml b/.github/workflows/default.yml index c818a8d..9eebc57 100644 --- a/.github/workflows/default.yml +++ b/.github/workflows/default.yml @@ -2,7 +2,11 @@ name: Default CI/CD -on: push +on: + push: + branches: ["**"] + pull_request: + branches: [master] jobs: lint: