Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ioangatop committed Mar 27, 2024
1 parent dfeed2c commit dc9b419
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ name: CI
on:
workflow_dispatch:
pull_request:
branches:
- main
paths-ignore:
- "docs/**"
- "*.md"
Expand All @@ -21,8 +19,6 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
- name: Setting up PDM
uses: pdm-project/setup-pdm@v4
with:
Expand Down Expand Up @@ -50,7 +46,6 @@ jobs:
uses: actions/checkout@v4
with:
lfs: true
token: ${{ secrets.GITHUB_TOKEN }}
- name: Setting up PDM
uses: pdm-project/setup-pdm@v4
with:
Expand Down

0 comments on commit dc9b419

Please sign in to comment.