Skip to content

Commit 33cb69c

Browse files
committed
Fix CI
1 parent 0310fca commit 33cb69c

File tree

3 files changed

+1
-2
lines changed

3 files changed

+1
-2
lines changed

.github/workflows/build.yml

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
name: Build
22

33
on:
4-
push:
54
pull_request:
65

76
jobs:

.github/workflows/lint-format.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Lint and Format
22

33
on:
4-
push:
4+
pull_request:
55

66
concurrency:
77
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}

gradlew

100644100755
File mode changed.

0 commit comments

Comments
 (0)