Skip to content

Commit

Permalink
fix: limit action to PR on main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Soha-Albaghdady committed Jul 7, 2023
1 parent 8322e87 commit 78afc10
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/commitlint.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: CI

on: [pull_request]

on:
pull_request:
branches:
- main
jobs:
commitlint:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 78afc10

Please sign in to comment.