mirror of
https://github.com/AuthMe/AuthMeReloaded.git
synced 2024-11-22 18:25:27 +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
|
||||
|
||||
on: [push]
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
build_and_test:
|
||||
|
Loading…
Reference in New Issue
Block a user