CI: Add paths to ignore and README badge

This commit is contained in:
Ignacio Etcheverry
2020-05-15 00:54:49 +02:00
parent 0e5cd48f05
commit bc11550129
2 changed files with 14 additions and 1 deletions

View File

@@ -1,6 +1,16 @@
name: Build
on: [push, pull_request]
on:
push:
paths-ignore:
- '.gitignore'
- 'LICENSE'
- 'README.md'
pull_request:
paths-ignore:
- '.gitignore'
- 'LICENSE'
- 'README.md'
env:
# Use SHA instead of the branch for caching purposes