Browse Source

github: enable 6.* braches [skip ci]

Victor Seva 7 months ago
parent
commit
4a1267c521
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .github/workflows/github-packages.yml

+ 1 - 0
.github/workflows/github-packages.yml

@@ -3,6 +3,7 @@ name: github-packages
 on:
   push:
     branches:
+      - '6.*'
       - '5.*'
   # Allows you to run this workflow manually from the Actions tab
   workflow_dispatch: