fixes
This commit is contained in:
parent
a17ae67af5
commit
cbdd42ac05
2 changed files with 3 additions and 3 deletions
4
.github/workflows/dependency-update.yml
vendored
4
.github/workflows/dependency-update.yml
vendored
|
|
@ -1,5 +1,7 @@
|
|||
name: Dependabot auto-merge
|
||||
on: pull_request
|
||||
on:
|
||||
push:
|
||||
branches: [ master ]
|
||||
|
||||
permissions:
|
||||
pull-requests: write
|
||||
|
|
|
|||
2
.github/workflows/docker-image.yml
vendored
2
.github/workflows/docker-image.yml
vendored
|
|
@ -1,7 +1,5 @@
|
|||
name: Docker Image CI
|
||||
on:
|
||||
push:
|
||||
branches: [ master ]
|
||||
schedule:
|
||||
- cron: "0 * * * *"
|
||||
jobs:
|
||||
|
|
|
|||
Loading…
Reference in a new issue