Skip to content

Commit 0158a75

Browse files
committed
fix path
1 parent 809fdb3 commit 0158a75

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

sry/.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
name: Build sry CLI
1+
name: Build sry - Sentry CLI
22

33
on:
44
push:
55
branches: [main]
66
paths:
77
- 'src/sry/**'
8-
- '.github/workflows/sry-build.yml'
8+
- '.github/workflows/build.yml'
99
pull_request:
1010
paths:
1111
- 'src/sry/**'
12-
- '.github/workflows/sry-build.yml'
12+
- '.github/workflows/build.yml'
1313
workflow_dispatch:
1414

1515
concurrency:

0 commit comments

Comments
 (0)