We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ed4ca4 commit b89a4d9Copy full SHA for b89a4d9
1 file changed
.github/workflows/dbl.yml
@@ -2,9 +2,10 @@ name: dbl
2
3
on:
4
pull_request:
5
- paths:
6
- - "dbl/**"
7
- - "Cargo.*"
+ paths:
+ - ".github/workflows/dbl.yml"
+ - "dbl/**"
8
+ - "Cargo.*"
9
push:
10
branches: master
11
@@ -40,8 +41,9 @@ jobs:
40
41
- run: cargo build --target ${{ matrix.target }}
42
43
minimal-versions:
44
+ uses: RustCrypto/actions/.github/workflows/minimal-versions.yml@master
45
with:
- working-directory: ${{ github.workflow }}
46
+ working-directory: ${{ github.workflow }}
47
48
test:
49
runs-on: ubuntu-latest
0 commit comments