This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git


The following commit(s) were added to refs/heads/master by this push:
     new c9376482 Fix pre-commit workflow; change branch to master (#300)
c9376482 is described below

commit c937648241fa8f98dc28456429ac9882f977298d
Author: John Bampton <[email protected]>
AuthorDate: Thu Mar 26 18:04:20 2026 +1000

    Fix pre-commit workflow; change branch to master (#300)
---
 .github/workflows/pre-commit.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml
index 1fc37ba8..a08a7a6a 100644
--- a/.github/workflows/pre-commit.yml
+++ b/.github/workflows/pre-commit.yml
@@ -2,9 +2,9 @@ name: Run pre-commit
 
 on:
   push:
-    branches: [main]
+    branches: [master]
   pull_request:
-    branches: [main]
+    branches: [master]
 
 permissions:
   contents: read

Reply via email to