fix: build and deploy

This commit is contained in:
2024-03-31 13:45:13 +03:00
parent f37fcd8839
commit 46c520f54e

View File

@@ -3,7 +3,7 @@ name: Build and Deploy Vue Application to Github Pages
on:
# Runs on pushes targeting the default branch
push:
branches: [$default-branch]
branches: ['main']
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch: