Skip to content

Commit c7cd1ce

Browse files
authored
Composer Audit Workflow: Run on pull requests (#9)
1 parent 4d17e1a commit c7cd1ce

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/composer-audit.yml

+6
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ on:
44
workflow_dispatch:
55
schedule:
66
- cron: '23 3 * * 1' # Weekly on Monday
7+
pull_request:
8+
branches:
9+
- main
10+
paths:
11+
- .github/workflows/composer-audit.yml
12+
- composer.*
713
push:
814
branches:
915
- main

0 commit comments

Comments
 (0)