Skip to content

Commit

Permalink
Fix branches
Browse files Browse the repository at this point in the history
  • Loading branch information
woopstar committed Sep 29, 2024
1 parent 6158ff3 commit c70fe75
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/format-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name: Format code
on:
push:
branches:
- master
- main

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_dispatch:
push:
branches:
- master
- main
pull_request:
types: [opened, reopened, synchronize]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
git config user.email [email protected]
git add ./custom_components/smoothing_analytics_sensors/manifest.json
git commit -m "Updated manifest.json"
git push origin HEAD:master
git push origin HEAD:main
- name: Create zip
run: |
cd custom_components/smoothing_analytics_sensors
Expand Down

0 comments on commit c70fe75

Please sign in to comment.