Browse Source

CI: Run HTML5 export workflow on 3.x branch only

Rémi Verschelde 2 years ago
parent
commit
edee4413e3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/export_html5.yml

+ 1 - 1
.github/workflows/export_html5.yml

@@ -2,7 +2,7 @@ name: Export projects to HTML5 and deploy to GitHub Pages
 on:
 on:
   push:
   push:
     branches:
     branches:
-      - master
+      - 3.x
 
 
 env:
 env:
   GODOT_VERSION: 3.3.3
   GODOT_VERSION: 3.3.3