.github/workflows/docs.yml in amqp-client-1.1.3 vs .github/workflows/docs.yml in amqp-client-1.1.4
- old
+ new
@@ -2,9 +2,12 @@
on:
push:
branches:
- main
+ paths:
+ - 'src/**'
+ - 'README.md'
jobs:
docs:
runs-on: ubuntu-latest
steps: