diff --git a/.gitea/workflows/blog-deploy.yaml b/.gitea/workflows/blog-deploy.yaml index d943992..db09b02 100644 --- a/.gitea/workflows/blog-deploy.yaml +++ b/.gitea/workflows/blog-deploy.yaml @@ -3,7 +3,7 @@ name: Hugo deploy on: push: branches: - - master + - main workflow_dispatch: defaults: @@ -17,7 +17,7 @@ jobs: steps: # Checkout the repository - name: Checkout Repository - run: git pull https://git.assilvestrar.club/lourenco/excipio.git master + run: git pull https://git.assilvestrar.club/lourenco/excipio.git main # Execute your command - name: Build hugo