We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17d4a15 commit 583f3d5Copy full SHA for 583f3d5
3 files changed
.github/workflows/node-ci.yml
@@ -13,6 +13,7 @@ permissions:
13
- 'davey-node/**'
14
- 'davey/**'
15
- '.github/workflows/node-ci.yml'
16
+ - 'Cargo.lock'
17
branches:
18
- main
19
- master
@@ -23,6 +24,7 @@ permissions:
23
24
25
26
27
28
workflow_call:
29
concurrency:
30
group: ${{ github.workflow }}-${{ github.ref }}
.github/workflows/python-test.yml
@@ -12,6 +12,7 @@ on:
12
- '.github/workflows/python-test.yml'
- '.github/workflows/python-code-checks.yml'
@@ -23,6 +24,7 @@ on:
workflow_dispatch:
0 commit comments