Skip to content

Commit

Permalink
- remove anchor in workflow cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
oluceps committed Nov 10, 2024
1 parent 6d1a31b commit f481195
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/eval.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,14 @@ name: Evaluate
on:
pull_request:
branches: ["*"]
paths-ignore: &ign
paths-ignore:
- 'docs/**'
- '**/*.md'
push:
branches: ["main", "dev"]
paths-ignore: *ign
paths-ignore:
- 'docs/**'
- '**/*.md'

jobs:
check:
Expand Down

0 comments on commit f481195

Please sign in to comment.