Skip to content

Commit

Permalink
security scan activates on:
Browse files Browse the repository at this point in the history
- cron schedule
- `main` branch pushes & pull requests
  • Loading branch information
Stassi committed Sep 24, 2024
1 parent 7068b94 commit 2c53ef8
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/security.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name: Security

on: push
on:
pull_request:
branches: [ main ]
push:
branches: [ main ]
schedule:
- cron: '25 16 * * 4'

jobs:
security:
Expand Down

0 comments on commit 2c53ef8

Please sign in to comment.