Run flawfinder only on push to specific branch

This commit is contained in:
Dmitry Galenko 2022-11-20 16:16:04 +01:00
parent 9b43e49116
commit b95103cab0
2 changed files with 6 additions and 6 deletions

View File

@ -1,12 +1,12 @@
---
name: Flawfinder Full Scan
name: Flawfinder Scan
on:
workflow_dispatch:
branches:
- master
schedule:
- cron: '0 1 * * 6'
push:
branches: [master, develop]
paths-ignore:
- "**.md"
- "version.properties"
jobs:
flawfinder:

View File