Run Github Actions on pull requests (#424)
This commit is contained in:
parent
efc2e10e4b
commit
9343123f56
1 changed files with 5 additions and 1 deletions
6
.github/workflows/scala.yml
vendored
6
.github/workflows/scala.yml
vendored
|
@ -1,6 +1,10 @@
|
|||
name: Scala CI
|
||||
|
||||
on: [push]
|
||||
on:
|
||||
push:
|
||||
branches: '*'
|
||||
pull_request:
|
||||
branches: '*'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
Loading…
Reference in a new issue