Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nixel2007 authored Sep 28, 2024
1 parent fe47cd2 commit 2bad848
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,14 @@ on:
branches: [ feature/first-bit]
pull_request:
branches: [ feature/first-bit]
workflow_dispatch:

jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
dir: [ 'oscript' ]
dir: [ 'jdk', 'oscript' ]

steps:
- name: Checkout repository
Expand Down

0 comments on commit 2bad848

Please sign in to comment.