]> git.ipfire.org Git - thirdparty/jinja.git/commitdiff
update test workflow trigger
authorDavid Lord <davidism@gmail.com>
Thu, 24 Oct 2024 21:16:05 +0000 (14:16 -0700)
committerDavid Lord <davidism@gmail.com>
Thu, 24 Oct 2024 21:16:05 +0000 (14:16 -0700)
.github/workflows/pre-commit.yaml

index 683c85bef9cd2ebb79952540278dd9dfbe7a7418..adddea75d0d88c04ea831228a4e48860b4b37b21 100644 (file)
@@ -2,7 +2,7 @@ name: pre-commit
 on:
   pull_request:
   push:
-    branches: [main, '*.x']
+    branches: [main, stable]
 jobs:
   main:
     runs-on: ubuntu-latest