From 5e0333d5a305b1db1da047062b2ae24f2e20bd93 Mon Sep 17 00:00:00 2001 From: tree Date: Wed, 5 Oct 2022 17:11:56 +0200 Subject: [PATCH] Add github actions deploy (2) --- .github/workflows/deploy.yml | 2 +- .github/workflows/test-deploy.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 05f7739..43bd1b4 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -3,7 +3,7 @@ name: Deploy to GitHub Pages on: push: branches: - - main + - master # Review gh actions docs if you want to further define triggers, paths, etc # https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#on diff --git a/.github/workflows/test-deploy.yml b/.github/workflows/test-deploy.yml index 6792438..c03fac9 100644 --- a/.github/workflows/test-deploy.yml +++ b/.github/workflows/test-deploy.yml @@ -3,7 +3,7 @@ name: Test deployment on: pull_request: branches: - - main + - master # Review gh actions docs if you want to further define triggers, paths, etc # https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#on