ci/cd Update mmdb - Let only the schedule and change branch to push on

This commit is contained in:
Théophile Diot 2023-05-02 10:56:16 -04:00
parent f41c096ec5
commit ef551846b9
No known key found for this signature in database
GPG Key ID: E752C80DB72BB014
1 changed files with 1 additions and 4 deletions

View File

@ -4,11 +4,8 @@ permissions:
contents: write
on:
workflow_dispatch:
schedule:
- cron: "0 1 5 * *"
push:
branches: [testmmdb]
jobs:
mmdb-update:
@ -56,7 +53,7 @@ jobs:
- name: Commit and push changes
uses: stefanzweifel/git-auto-commit-action@v4
with:
branch: testmmdb
branch: dev
commit_message: "Monthly mmdb update"
commit_options: "--no-verify"
commit_user_name: "BunkerBot"