Skip to content

Commit

Permalink
Make cc action run only on main
Browse files Browse the repository at this point in the history
  • Loading branch information
hanbyul-here committed Dec 10, 2024
1 parent 455a563 commit f0ed551
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/conventional-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: PR Title Checks

on:
pull_request:
branches: [main]
types: [opened, synchronize, reopened, edited]

jobs:
Expand All @@ -11,5 +12,5 @@ jobs:
- name: Conventional Commit Validation
uses: ytanikin/[email protected]
with:
task_types: '["feat","fix", "docs", "test", "ci", "refactor", "chore", "revert", "release"]'
task_types: '["feat","fix", "docs", "test", "ci", "refactor", "chore", "revert"]'
add_label: 'false'

0 comments on commit f0ed551

Please sign in to comment.