Browse Source

Generate gas report for next-v* branches

Hadrien Croubois 3 years ago
parent
commit
39a752e398
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .github/workflows/checks.yml

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

@@ -4,6 +4,7 @@ on:
   push:
     branches:
       - master
+      - next-v*
       - release-v*
   pull_request: {}
   workflow_dispatch: {}