Skip to content

Commit 76d4a9d

Browse files
committed
update ci
1 parent 628b9f4 commit 76d4a9d

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ on:
77
push:
88
branches:
99
- "master"
10+
paths:
11+
- ".github/workflows/deploy.yml"
12+
- "Cargo.toml"
1013

1114
permissions:
1215
contents: read

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ jobs:
2626
tag: ${{ steps.release.outputs.tag }}
2727
steps:
2828
- uses: actions/checkout@v4
29-
3029
- id: check-release
3130
name: Check if release exists
3231
run: |

0 commit comments

Comments
 (0)