Skip to content

Commit

Permalink
zess: run workflow on pull-request
Browse files Browse the repository at this point in the history
  • Loading branch information
hannes-dev committed Jun 11, 2024
1 parent 1e04732 commit be91d87
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/commit_message_check.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: commit message check
run-name: commit message check
on: [push]
on:
push:
branches:
- main
pull-request:

jobs:
check_commit_messages:
Expand Down

0 comments on commit be91d87

Please sign in to comment.