fix that
This commit is contained in:
parent
b4c880cf1a
commit
3cfa13bacd
1 changed files with 2 additions and 2 deletions
4
.github/workflows/gradle.yml
vendored
4
.github/workflows/gradle.yml
vendored
|
@ -5,11 +5,11 @@ name: Check code
|
|||
|
||||
on:
|
||||
push:
|
||||
paths-ignore:
|
||||
- '**/README.md'
|
||||
pull_request:
|
||||
schedule:
|
||||
- cron: '0 12 1 * *'
|
||||
paths-ignore:
|
||||
- '**/README.md'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
Loading…
Reference in a new issue