diff --git a/.github/workflows/sast_flawfinder_full.yml b/.github/workflows/sast_flawfinder_full.yml index a6337ffa6..e2ba44090 100644 --- a/.github/workflows/sast_flawfinder_full.yml +++ b/.github/workflows/sast_flawfinder_full.yml @@ -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: diff --git a/.github/workflows/sast_flawfinder_pull.yml b/.github/workflows/sast_flawfinder_pull.yml new file mode 100644 index 000000000..e69de29bb