forked from Archives/Athou_commafeed
run CI on pull requests
This commit is contained in:
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@@ -1,6 +1,10 @@
|
|||||||
name: ci
|
name: ci
|
||||||
|
|
||||||
on: [ push ]
|
on:
|
||||||
|
push:
|
||||||
|
pull_request:
|
||||||
|
branches-ignore:
|
||||||
|
- 'renovate/**'
|
||||||
|
|
||||||
env:
|
env:
|
||||||
JAVA_VERSION: 21
|
JAVA_VERSION: 21
|
||||||
|
|||||||
Reference in New Issue
Block a user