Skip to content

Commit

Permalink
build(GithubAction): run custom workflows only on main (#1335)
Browse files Browse the repository at this point in the history
  • Loading branch information
VadymBezpalko authored Sep 11, 2024
1 parent 967736e commit 5dc15bb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/check-pr-title.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Check PR Title for Conventional Commits Format
on:
pull_request:
types: [ opened, edited, synchronize ]
branches:
- main
jobs:
check-for-cc:
runs-on: ubuntu-latest
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/update-pr-description.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Update PR Description
on:
pull_request:
types: [opened]
branches:
- main
jobs:
update-description:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 5dc15bb

Please sign in to comment.