Skip to content

Commit

Permalink
Update GitHub build workflow (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vaskivskyi authored Dec 26, 2023
1 parent 24669ec commit 5f69b94
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,14 @@ on:
push:
branches:
- main
pull_request:
types: [labeled, opened, reopened]
- dev
pull_request: ~
schedule:
- cron: '0 0 * * *'
- cron: "0 0 * * *"

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true

jobs:
hacs:
Expand All @@ -30,6 +34,5 @@ jobs:
name: hassfest
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v4"
- uses: "home-assistant/actions/hassfest@master"

- uses: "actions/checkout@v4"
- uses: "home-assistant/actions/hassfest@master"

0 comments on commit 5f69b94

Please sign in to comment.