Skip CI for dependabot PR and remove manual dispatch (#3080)

Signed-off-by: Sanket Sudake <sanketsudake@gmail.com>
This commit is contained in:
Sanket Sudake
2024-12-08 12:06:17 +05:30
committed by GitHub
parent 238cfd854b
commit 87cac28cad
5 changed files with 6 additions and 7 deletions
+2 -3
View File
@@ -2,14 +2,13 @@ name: Code Scanning
on:
push:
branches:
- main
branches-ignore:
- dependabot/**
pull_request:
branches:
- main
schedule:
- cron: "0 0 * * 0"
workflow_dispatch:
permissions:
contents: read