Skip to content

Commit

Permalink
Update pre-commit.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
MohammadJavadD authored Dec 12, 2024
1 parent 026b2ee commit ac915b6
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/pre-commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,15 @@ concurrency:
group: ${{ github.workflow }}-${{ github.event.number }}-${{ github.event.ref }}
cancel-in-progress: true

on: [pull_request]

on:
pull_request:
branches:
- master
- main
push:
branches:
- master
- main
jobs:
pre-commit:
runs-on: ubuntu-latest
Expand Down

0 comments on commit ac915b6

Please sign in to comment.