Skip to content

Commit

Permalink
only run github actions on main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
timniklas authored Oct 19, 2024
1 parent 85c386b commit 2092232
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
hacs:
name: HACS Action
runs-on: "ubuntu-latest"
if: github.ref == 'refs/heads/main'
steps:
- name: HACS Action
uses: "hacs/action@main"
Expand Down

0 comments on commit 2092232

Please sign in to comment.