mirror of
https://github.com/AuthMe/AuthMeReloaded.git
synced 2024-11-26 20:26:01 +01:00
Run workflows for pull requests too to verify the test results (#2574)
This commit is contained in:
parent
291790178d
commit
dbf9afbf82
6
.github/workflows/maven.yml
vendored
6
.github/workflows/maven.yml
vendored
@ -1,6 +1,10 @@
|
|||||||
name: Java CI
|
name: Java CI
|
||||||
|
|
||||||
on: [push]
|
on:
|
||||||
|
push:
|
||||||
|
pull_request:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build_and_test:
|
build_and_test:
|
||||||
|
Loading…
Reference in New Issue
Block a user