Skip to content

Commit

Permalink
Merge pull request #646 from SecKatie/update-workflows
Browse files Browse the repository at this point in the history
ci: update GitHub workflow triggers to target master branch only and remove scheduled runs
  • Loading branch information
SecKatie authored Dec 8, 2024
2 parents 39545e2 + 5289c46 commit 54fe382
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/HASAction.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@ name: HACS Action

on:
push:
branches:
- master
pull_request:
schedule:
- cron: "0 0 * * *"
branches:
- master

jobs:
hacs:
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/hassfest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@ name: Validate with hassfest

on:
push:
branches:
- master
pull_request:
schedule:
- cron: '0 0 * * *'
branches:
- master

jobs:
validate:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/reuse-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@ name: Reuse Lint

on:
push:
branches:
- master
pull_request:
branches:
- master

jobs:
reuse:
Expand Down

0 comments on commit 54fe382

Please sign in to comment.