allow workflows on release/* branches
This commit is contained in:
@@ -7,7 +7,9 @@ name: DevSkim
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ "main" ]
|
||||
branches:
|
||||
- main
|
||||
- release/*
|
||||
schedule:
|
||||
- cron: '19 14 * * 5'
|
||||
|
||||
@@ -28,7 +30,7 @@ jobs:
|
||||
with:
|
||||
directory-to-scan: src
|
||||
should-scan-archives: false
|
||||
ignore-globs: "**/.git/**,*.md,*.mdx,*.stories.ts,*.js"
|
||||
ignore-globs: '**/.git/**,*.md,*.mdx,*.stories.ts,*.js'
|
||||
|
||||
- name: Upload DevSkim scan results to GitHub Security tab
|
||||
uses: github/codeql-action/upload-sarif@v3
|
||||
|
||||
Reference in New Issue
Block a user