Skip to content

Commit

Permalink
Run CI for all pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
MaisiKoleni committed Sep 6, 2020
1 parent 27e6493 commit 8ab3c27
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
name: Java CI

on:
on:
pull_request:
push:
branches:
- '**'
tags:
- '[0-9]+.[0-9]+.[0-9]+*'
release:
types:
- created

jobs:
test:
Expand Down

0 comments on commit 8ab3c27

Please sign in to comment.