Skip to content

Commit

Permalink
Ignore unnecessary paths in Maven CI workflow (eclipse-basyx#291)
Browse files Browse the repository at this point in the history
* chore: Ignore unnecessary paths in Maven CI workflow

* chore: Ignore .github path as well
  • Loading branch information
aaronzi authored May 23, 2024
1 parent 7545904 commit 5bbf0df
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/maven_run_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ name: Java CI with Maven
on:
pull_request:
branches: [ main ]
paths-ignore:
- '.github/**'
- 'docs/**'
- 'examples/**'
- 'README.md'

jobs:
build:
Expand All @@ -25,4 +30,3 @@ jobs:
- name: Stop environment
if: always()
run: docker compose --project-directory ./ci down

0 comments on commit 5bbf0df

Please sign in to comment.