Skip to content

Commit

Permalink
chore: Add tests for PRs as well
Browse files Browse the repository at this point in the history
  • Loading branch information
strakam committed Nov 7, 2024
1 parent 2a42de0 commit feed5cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/commit-message.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Check commits for Conventional Commits practices

on:
pull_request:
push:

jobs:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: CI
on:
workflow_dispatch:
push:
pull_request:

jobs:
ci:
Expand Down

0 comments on commit feed5cc

Please sign in to comment.