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 40c8057 commit 0adab4a
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 0adab4a

Please sign in to comment.