Skip to content

Commit dc857ba

Browse files
committed
chore: updated codesee action
1 parent c7f3ca3 commit dc857ba

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/codesee-arch-diagram.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1+
# This workflow was added by CodeSee. Learn more at https://codesee.io/
2+
# This is v2.0 of this workflow file
13
on:
24
push:
35
branches:
4-
- master
6+
- staging
57
pull_request_target:
68
types: [opened, synchronize, reopened]
79

@@ -18,3 +20,4 @@ jobs:
1820
- uses: Codesee-io/codesee-action@v2
1921
with:
2022
codesee-token: ${{ secrets.CODESEE_ARCH_DIAG_API_TOKEN }}
23+
codesee-url: https://app.codesee.io

0 commit comments

Comments
 (0)