Skip to content

Commit

Permalink
Update ci-repo.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hhpatel14 authored Dec 3, 2024
1 parent 00b2bce commit 6ea4f2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ name: Basic CI
on:
push:
branches:
- "7.2.0" # Trigger only on pushes to the master branch
- "*" # Trigger only on pushes to the master branch

pull_request:
branches:
- "7.2.0" # Trigger on pull requests targeting the master branch
- "*" # Trigger on pull requests targeting the master branch

jobs:
test:
Expand Down

0 comments on commit 6ea4f2b

Please sign in to comment.