@@ -2,16 +2,21 @@
name: Check-Semgrep
on:
+ workflow_call:
workflow_dispatch:
schedule:
- cron: 0 0 * * *
push:
- branches: ["main"]
+ branches:
+ - "**"
+ tags:
+ - "v*.*.*"
paths-ignore:
- "**/*.md"
- "**/*.yaml"
pull_request:
- branches: ["*"]
@@ -3,18 +3,17 @@ name: CI
workflow_call:
- inputs:
- push_mage:
- description: 'Push images'
- required: false
- type: boolean
- branches: [ "main" ]
- branches: [ "*" ]
@@ -6,7 +6,15 @@ on:
- "**"
tags:
- "v*.*.*"
+ paths-ignore:
+ - "**/*.md"
+ - "**/*.yaml"
env:
DOCKERHUB_REPO: ${{ secrets.DOCKERHUB_USERNAME != '' && format('{0}/{1}', secrets.DOCKERHUB_USERNAME, 'aiproxy') || '' }}