Skip to content

Commit

Permalink
Gco
Browse files Browse the repository at this point in the history
  • Loading branch information
eversC committed Mar 28, 2024
1 parent b248b2d commit 0f3cd74
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/update_dependabot_branch.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI
name: Update dependabot branch
on:
pull_request:
branches: [master]
Expand All @@ -8,6 +8,7 @@ jobs:
ci_block:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: make empty commit to dependabot branch
id: empty_dependabot
env:
Expand Down

0 comments on commit 0f3cd74

Please sign in to comment.