Update github actions to work with the 'main' branch

This commit is contained in:
Alex Shpak
2025-09-26 22:10:04 +02:00
parent 53f5b2d445
commit d5246d016a
2 changed files with 1 additions and 8 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ name: Deploy to Github Pages
on:
push:
branches: ["master"]
branches: ["main"]
workflow_dispatch: