Skip to content
This repository was archived by the owner on Sep 26, 2025. It is now read-only.

Commit 11d0b80

Browse files
authored
[workflows] ignore some paths in conda workflow (#54)
1 parent 5411819 commit 11d0b80

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

.github/workflows/macos-linux-conda.yml

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,24 @@
11
name: CI - OSX/Linux via Conda
22

3-
on: [push,pull_request]
3+
on:
4+
push:
5+
paths-ignore:
6+
- 'doc/**'
7+
- 'scripts/**'
8+
- '.gitlab-ci.yml'
9+
- '.gitignore'
10+
- '*.md'
11+
- 'CITATION.cff'
12+
- 'CITATIONS.bib'
13+
pull_request:
14+
paths-ignore:
15+
- 'doc/'
16+
- 'scripts/'
17+
- '.gitlab-ci.yml'
18+
- '.gitignore'
19+
- '*.md'
20+
- 'CITATION.cff'
21+
- 'CITATIONS.bib'
422

523
jobs:
624
proxsuite-nlp-conda:

0 commit comments

Comments
 (0)