mirror of
https://github.com/octoleo/plantuml.git
synced 2024-11-23 05:22:05 +00:00
switch default build to gradle, fixes #47
This commit is contained in:
parent
b687dccd9f
commit
7d256adde6
24
.github/workflows/ci-gradle.yml
vendored
24
.github/workflows/ci-gradle.yml
vendored
@ -1,18 +1,18 @@
|
|||||||
name: CI gradle
|
name: CI gradle
|
||||||
|
|
||||||
on:
|
on:
|
||||||
# create:
|
create:
|
||||||
# pull_request:
|
pull_request:
|
||||||
# types: [ opened, synchronize, reopened ]
|
types: [ opened, synchronize, reopened ]
|
||||||
# paths-ignore:
|
paths-ignore:
|
||||||
# - '*.md'
|
- '*.md'
|
||||||
# - 'docs/**'
|
- 'docs/**'
|
||||||
# push:
|
push:
|
||||||
# branches:
|
branches:
|
||||||
# - master
|
- master
|
||||||
# paths-ignore:
|
paths-ignore:
|
||||||
# - '*.md'
|
- '*.md'
|
||||||
# - 'docs/**'
|
- 'docs/**'
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
defaults:
|
defaults:
|
||||||
|
24
.github/workflows/ci.yml
vendored
24
.github/workflows/ci.yml
vendored
@ -1,18 +1,18 @@
|
|||||||
name: CI
|
name: CI
|
||||||
|
|
||||||
on:
|
on:
|
||||||
create:
|
# create:
|
||||||
pull_request:
|
# pull_request:
|
||||||
types: [ opened, synchronize, reopened ]
|
# types: [ opened, synchronize, reopened ]
|
||||||
paths-ignore:
|
# paths-ignore:
|
||||||
- '*.md'
|
# - '*.md'
|
||||||
- 'docs/**'
|
# - 'docs/**'
|
||||||
push:
|
# push:
|
||||||
branches:
|
# branches:
|
||||||
- master
|
# - master
|
||||||
paths-ignore:
|
# paths-ignore:
|
||||||
- '*.md'
|
# - '*.md'
|
||||||
- 'docs/**'
|
# - 'docs/**'
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
defaults:
|
defaults:
|
||||||
|
Loading…
Reference in New Issue
Block a user