Skip to content

Commit

Permalink
ci: trigger for main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
denysdovhan committed May 24, 2024
1 parent d35d1dc commit 1127379
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: Docs
on:
push:
branches: [$default-branch]
branches:
- main
workflow_dispatch:

permissions:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/homeassistant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ name: Home Assistant CI

on:
push:
branches: [$default-branch]
branches:
- main
pull_request:
schedule:
- cron: 0 12 * * *
Expand Down

0 comments on commit 1127379

Please sign in to comment.