Skip to content
This repository has been archived by the owner on Oct 21, 2024. It is now read-only.

Commit

Permalink
fix: on push main for workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaisberg authored and Gaisberg committed Oct 4, 2024
1 parent e31f6fa commit d61d9a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/conventional-commits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: conventional-commits
on:
pull_request:
branches:
- master
- main

jobs:
check-commit-messages:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: release-please
on:
push:
branches:
- master
- main
workflow_dispatch:

jobs:
Expand Down

0 comments on commit d61d9a2

Please sign in to comment.