removed the ignore on the security check workflow

This commit is contained in:
Alysia Broddrick 2025-01-09 09:41:18 -08:00
parent 59169e4990
commit 686fa0bd9f
No known key found for this signature in database
GPG key ID: 03917052CD0F06B7

View file

@ -2,17 +2,9 @@ name: Security checks
on:
push:
paths-ignore:
- 'docs/**'
- '**.md'
- '.gitignore'
branches:
- main
pull_request:
paths-ignore:
- 'docs/**'
- '**.md'
- '.gitignore'
branches:
- main