Skip to content

Commit

Permalink
Merge pull request #15 from samply/fix/ci
Browse files Browse the repository at this point in the history
Fix CI
  • Loading branch information
Threated authored Jan 23, 2024
2 parents b43215f + d3ef6ff commit a15412c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ updates:
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
target-branch: "develop"
target-branch: "main"
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Docker

on:
workflow_run:
workflows: [pre-check, rust]
workflows: [Rust]
types: [completed]
branches: [main]
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build with rust and docker
name: Rust

on:
push:
Expand Down

0 comments on commit a15412c

Please sign in to comment.