Skip to content

Commit 7ef9a91

Browse files
committed
fix workflow
1 parent 94df243 commit 7ef9a91

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,10 @@ on: [push, pull_request, workflow_dispatch]
44

55
jobs:
66
build:
7-
runs-on: ${{ matrix.os }}
7+
runs-on: ubuntu-latest
88
permissions:
99
contents: read
1010
packages: write
11-
strategy:
12-
fail-fast: false
13-
matrix:
14-
java_version: [22]
15-
os: [ubuntu-latest]
1611

1712
steps:
1813
- uses: actions/checkout@v4

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ env:
55
on:
66
push:
77
branches: [main]
8+
workflow_dispatch:
89

910
# Your workflows jobs.
1011
jobs:

0 commit comments

Comments
 (0)