Skip to content

Commit

Permalink
chore: finalize workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
evegufy committed Feb 29, 2024
1 parent ef7457f commit 6e45c74
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,16 @@ name: "CodeQL"

on:
push:
branches: [main,chore/introduce-codeql]
# paths:
# - 'src/**'
branches: [main]
paths:
- 'src/**'
- '.storybook/**'
- '.cx-packer/**'
pull_request:
# paths:
# - 'src/**'
paths:
- 'src/**'
- '.storybook/**'
- '.cx-packer/**'
schedule:
- cron: "0 0 * * *"
workflow_dispatch:
Expand Down

0 comments on commit 6e45c74

Please sign in to comment.