Skip to content

Commit

Permalink
Edit Workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
AzonInc committed Aug 12, 2024
1 parent 869a522 commit bc8353c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit bc8353c

Please sign in to comment.