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 f18eb24 commit 7bbd86cCopy full SHA for 7bbd86c
1 file changed
.github/workflows/cd.yaml
@@ -2,6 +2,13 @@ name: CD # Continuous Delivery
2
on:
3
push:
4
branches: [master, staging, develop]
5
+ paths:
6
+ - "**/Dockerfile"
7
+ - "**/dockerbuild"
8
+ - "**/docker"
9
+ - "**/docker-*"
10
+ - "pnpm-lock.yaml"
11
+
12
concurrency: ${{ github.workflow }}-${{ github.ref_name }}
13
14
permissions: {}
0 commit comments