Skip to content

Commit ec5e72d

Browse files
committed
test
1 parent 25ea8d8 commit ec5e72d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ on:
2323
- 'master'
2424
- 'delivery'
2525
- 'release*'
26+
- 'php84-property-hooks-test'
2627

2728
pull_request:
2829
# unlocked event is used as super secret restart button
@@ -2318,8 +2319,8 @@ jobs:
23182319
matrix:
23192320
java: [ '17' ]
23202321
os: [ 'windows-latest', 'ubuntu-latest' ]
2321-
exclude:
2322-
- os: ${{ github.event_name == 'pull_request' && 'nothing' || 'windows-latest' }}
2322+
#exclude:
2323+
# - os: ${{ github.event_name == 'pull_request' && 'nothing' || 'windows-latest' }}
23232324
fail-fast: false
23242325
defaults:
23252326
run:

0 commit comments

Comments
 (0)