Skip to content

Commit

Permalink
Trigger builds if the ci.yml changes.
Browse files Browse the repository at this point in the history
Signed-off-by: James R. Perkins <[email protected]>
  • Loading branch information
jamezp committed Dec 19, 2023
1 parent 7e1dda4 commit 4cf8e5f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,14 @@ on:
branches-ignore:
- 'dependabot/**'
paths:
- '.github/workflows/ci.yml'
- 'core/**'
- 'plugin/**'
- 'tests/**'
- '**/pom.xml'
pull_request:
paths:
- '.github/workflows/ci.yml'
- 'core/**'
- 'plugin/**'
- 'tests/**'
Expand Down

0 comments on commit 4cf8e5f

Please sign in to comment.