Skip to content

Commit

Permalink
Do not trigger if unimportant files are changed
Browse files Browse the repository at this point in the history
  • Loading branch information
serbanghita authored Oct 16, 2023
1 parent 27a83a0 commit 1c68cf3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,16 @@ name: test
on:
push:
branches: ['4.8.x']
paths-ignore:
- '*.md'
- '.github/**'
- 'scripts/**'
pull_request:
branches: ['4.8.x']
paths-ignore:
- '*.md'
- '.github/**'
- 'scripts/**'

jobs:
run:
Expand Down

0 comments on commit 1c68cf3

Please sign in to comment.