Skip to content

Commit ee71b0c

Browse files
committed
fix(.github/ci.yml): fix trigger condition
1 parent 8205def commit ee71b0c

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
name: Python backend server tests
1+
name: Python tests
22

33
on:
44
pull_request:
55
types: [opened, synchronize, reopened, ready_for_review, draft]
66
paths:
7-
- 'src/codesphere_sdk/**'
8-
- '.github/workflows/backend-app.yml'
7+
- 'src/codesphere/**'
8+
- '.github/workflows/ci.yml'
99

1010
permissions:
1111
contents: write

.github/workflows/publish.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# .github/workflows/release.yml
2-
31
name: Create Release and Publish to PyPI
42

53
on:

0 commit comments

Comments
 (0)