mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced 2026-08-31 12:40:00 +00:00
Try Again To Suppress github-pages For This Branch
This commit is contained in:
@@ -3,8 +3,6 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- 'master'
|
||||
tags:
|
||||
- '*'
|
||||
|
||||
permissions: {}
|
||||
jobs:
|
||||
|
||||
@@ -12,7 +12,7 @@ function findPolyfill(string $directory): int
|
||||
. '|enum_exists[(]';
|
||||
$polyfill = '/\\b(?:'
|
||||
. $polyfill81
|
||||
. '})/';
|
||||
. ')/';
|
||||
|
||||
$it = new RecursiveIteratorIterator(
|
||||
new RecursiveDirectoryIterator($directory, FilesystemIterator::UNIX_PATHS)
|
||||
|
||||
Reference in New Issue
Block a user