Skip to content

Commit

Permalink
add paths-ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Wrede committed Jun 11, 2024
1 parent ab25bf2 commit eaf5eb3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/integration-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,17 @@ name: "integration tests"

on:
push:
paths-ignore:
- 'docs/**'
- '.github/**'
branches:
- master
- develop
- "release/**"
pull_request:
paths-ignore:
- 'docs/**'
- '.github/**'
branches:
- "**"

Expand Down

0 comments on commit eaf5eb3

Please sign in to comment.