Github actions on pull requests
Make sure to do github action runs on pull requests Signed-off-by: Billy Olsen <billy.olsen@gmail.com>
This commit is contained in:
parent
506ee24411
commit
5e3729bb58
10
.github/workflows/build.yml
vendored
10
.github/workflows/build.yml
vendored
@ -1,6 +1,12 @@
|
||||
name: Java
|
||||
name: Build
|
||||
|
||||
on: [push]
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- unstable
|
||||
pull_request:
|
||||
branches:
|
||||
- unstable
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
Loading…
x
Reference in New Issue
Block a user