Update workflow to exclude on push

This commit is contained in:
Ara Adkins 2020-03-24 19:51:05 +00:00 committed by GitHub
parent 45863a611e
commit 2edede781d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,6 +3,15 @@ name: Enso CI
on:
push:
branches: [ master ]
paths-ignore:
- .github/*
- doc/*
- .gitignore
- .scalafmt.conf
- CODE_OF_CONDUCT.md
- CONTRIBUTING.md
- LICENSE
- README.md
pull_request:
branches: [ master ]
paths-ignore: