fixed action
This commit is contained in:
parent
176675ac69
commit
89ca5d4222
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -1,6 +1,10 @@
|
|||||||
name: Build Project
|
name: Build Project
|
||||||
|
|
||||||
on: [push, pull_request]
|
on:
|
||||||
|
pull_request:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
7
.github/workflows/checkstyle.yml
vendored
7
.github/workflows/checkstyle.yml
vendored
@ -1,7 +1,10 @@
|
|||||||
name: Code Formatter
|
name: Code Formatter
|
||||||
|
|
||||||
on: [push]
|
on:
|
||||||
|
pull_request:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
jobs:
|
jobs:
|
||||||
format:
|
format:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
Loading…
Reference in New Issue
Block a user