Skip to content

Commit

Permalink
Fixes #4287 - Rename experimental workflow (#4291)
Browse files Browse the repository at this point in the history
  • Loading branch information
mnriem authored Nov 27, 2024
1 parent 8b0650c commit ff1b2d4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/experimental.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
name: expiremental
name: experimental
on:
push:
branches:
- 'current'
jobs:
build:
if: github.repository == 'piranhacloud/piranha'
runs-on: ${{ matrix.os }}
strategy:
fail-fast: true
matrix:
java: [ 23 ]
os: [ubuntu-latest, windows-latest]
os: [ubuntu-latest, macos-latest, windows-latest]
steps:
- name: Checkout Sources
uses: actions/checkout@v4
Expand Down

0 comments on commit ff1b2d4

Please sign in to comment.