mirror of
https://github.com/enso-org/enso.git
synced 2024-12-23 14:52:01 +03:00
Update workflow to exclude on push
This commit is contained in:
parent
45863a611e
commit
2edede781d
9
.github/workflows/scala.yml
vendored
9
.github/workflows/scala.yml
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user