Skip to content

Commit

Permalink
Updated codesniffer.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AllanVester authored Nov 9, 2024
1 parent ae6a6a0 commit d6ffc1f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/codesniffer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,14 @@ name: Codesniffer for Moodle Homework Plugin
on:
push:
branches: [ "main" ]
paths:
- 'server/moodle/blocks/homework/**'
- 'server/moodle/mod/homework/**'
pull_request:
types: [opened, reopened, synchronize]
paths:
- 'server/moodle/blocks/homework/**'
- 'server/moodle/mod/homework/**'

jobs:
homework-plugin-codesniffer:
Expand Down

0 comments on commit d6ffc1f

Please sign in to comment.