Skip to content

Commit

Permalink
Add paths to testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Bear-Witness-98 committed Jul 19, 2024
1 parent 0afcff8 commit 3c1e3ad
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@ name: 'Continuous Integration'

on:
pull_request:
branches: [ develop ]
branches:
- develop
paths:
- challange/**
- scripts/**

jobs:
build:
Expand Down

0 comments on commit 3c1e3ad

Please sign in to comment.