Skip to content

Commit 6ea1d52

Browse files
committed
[CI] Update branch references to only include master in workflow
1 parent abb551a commit 6ea1d52

1 file changed

Lines changed: 14 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,21 @@ name: CI
22

33
on:
44
push:
5-
branches: [main, master]
5+
branches: [master]
6+
paths:
7+
- 'src/**'
8+
- 'tests/**'
9+
- '.github/workflows/ci.yml'
10+
- 'requirements.txt'
11+
- 'pyproject.toml'
612
pull_request:
7-
branches: [main, master]
13+
branches: [master]
14+
paths:
15+
- 'src/**'
16+
- 'tests/**'
17+
- '.github/workflows/ci.yml'
18+
- 'requirements.txt'
19+
- 'pyproject.toml'
820

921
concurrency:
1022
group: ${{ github.workflow }}-${{ github.ref }}

0 commit comments

Comments
 (0)