refactor: deploy on functional changes only

This commit is contained in:
Jan De Dobbeleer 2021-04-03 12:57:32 +02:00
parent 48d63bb8f9
commit 25fd56a71b

View file

@ -4,13 +4,9 @@ on:
push:
branches:
- main
paths-ignore:
- 'README.md'
- 'CONTRIBUTING.md'
- 'COPYING'
- 'docs/**'
- '.github/*.md'
- '.github/FUNDING.yml'
paths:
- 'src/**'
- 'packages/**'
jobs:
release: