From bc8353ce79b0b4efadfaa4c47afdbbad3c9b814e Mon Sep 17 00:00:00 2001 From: Florian Date: Mon, 12 Aug 2024 16:22:55 +0200 Subject: [PATCH] Edit Workflows --- .github/workflows/deploy.yml | 8 ++++---- .github/workflows/nightly.yaml | 3 +++ 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 6aa7495..4ad4e95 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -3,13 +3,13 @@ name: Deploy VitePress site and ESPHome Firmware to Pages on: + # Allows you to run this workflow manually from the Actions tab + workflow_dispatch: + # Runs on pushes targeting the `main` branch. Change this to `master` if you're # using the `master` branch as the default branch. push: - branches: [master] - - # Allows you to run this workflow manually from the Actions tab - workflow_dispatch: + branches: [master, dev] # Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages permissions: diff --git a/.github/workflows/nightly.yaml b/.github/workflows/nightly.yaml index 61cbc05..6db3c2d 100644 --- a/.github/workflows/nightly.yaml +++ b/.github/workflows/nightly.yaml @@ -2,6 +2,9 @@ name: Nightly Stock Firmware Build on: schedule: - cron: "0 0 * * *" + + # Allows you to run this workflow manually from the Actions tab + workflow_dispatch: jobs: build: