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 00d2012 commit 44cafa0Copy full SHA for 44cafa0
2 files changed
.github/dependabot.yml
@@ -13,16 +13,16 @@ updates:
13
github-actions:
14
patterns:
15
- "*"
16
- target-branch: "develop
+ target-branch: "develop"
17
18
- package-ecosystem: "docker" # See documentation for possible values
19
directory: "/docker/" # Location of package manifests
20
schedule:
21
interval: "weekly"
22
23
24
- package-ecosystem: "pip" # See documentation for possible values
25
directory: "/" # Location of package manifests
26
27
28
.github/workflows/unstable-cicd.yaml
@@ -33,7 +33,7 @@ on:
33
push:
34
branches:
35
- develop
36
- workflow_dispatch:
+ workflow_dispatch:
37
concurrency: roundup
38
39
0 commit comments