Skip to content

Commit

Permalink
build: Updating workflow commitlint.yml.
Browse files Browse the repository at this point in the history
The .github/workflows/commitlint.yml workflow is missing or needs an update to stay in
sync with the current standard for this workflow as defined in the
`.github` repo of the `openedx` GitHub org.
  • Loading branch information
feanil committed Nov 27, 2023
1 parent 4af8ae0 commit 586c965
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/commitlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,7 @@
name: Lint Commit Messages

on:
push:
branches: [ "main" ]
pull_request:
branches:
- '**'
- pull_request

jobs:
commitlint:
Expand Down

0 comments on commit 586c965

Please sign in to comment.