diff --git a/.github/workflows b/.github/workflows/deploy.yml similarity index 98% rename from .github/workflows rename to .github/workflows/deploy.yml index 135939d..6a00746 100644 --- a/.github/workflows +++ b/.github/workflows/deploy.yml @@ -6,7 +6,7 @@ on: # Runs on pushes targeting the `main` branch. Change this to `master` if you're # using the `master` branch as the default branch. push: - branches: [main] + branches: [ main ] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: