Skip to content

Commit

Permalink
Don't trigger CI for docs changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jqno committed Aug 31, 2022
1 parent a3fdb7a commit f82b88d
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
@@ -1,5 +1,9 @@
name: CI
on: [ push ]
on:
push:
paths:
- '**.java'
- '**.xml'

jobs:
supported-jdk:
Expand Down

0 comments on commit f82b88d

Please sign in to comment.