diff --git a/.forgejo/workflows/deploy.yaml b/.forgejo/workflows/deploy.yaml index ff8c62a..22922a8 100644 --- a/.forgejo/workflows/deploy.yaml +++ b/.forgejo/workflows/deploy.yaml @@ -3,7 +3,7 @@ name: Deploy to Web Server on: push: branches: - - master # Matches all branches + - main # Matches all branches jobs: deploy: