We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 628b9f4 commit 76d4a9dCopy full SHA for 76d4a9d
2 files changed
.github/workflows/deploy.yml
@@ -7,6 +7,9 @@ on:
7
push:
8
branches:
9
- "master"
10
+ paths:
11
+ - ".github/workflows/deploy.yml"
12
+ - "Cargo.toml"
13
14
permissions:
15
contents: read
.github/workflows/release.yml
@@ -26,7 +26,6 @@ jobs:
26
tag: ${{ steps.release.outputs.tag }}
27
steps:
28
- uses: actions/checkout@v4
29
-
30
- id: check-release
31
name: Check if release exists
32
run: |
0 commit comments