Try Again To Suppress github-pages For This Branch

This commit is contained in:
oleibman
2024-11-22 22:51:49 -08:00
parent 52de298ece
commit db57c5bdbf
2 changed files with 1 additions and 3 deletions
-2
View File
@@ -3,8 +3,6 @@ on:
push:
branches:
- 'master'
tags:
- '*'
permissions: {}
jobs:
+1 -1
View File
@@ -12,7 +12,7 @@ function findPolyfill(string $directory): int
. '|enum_exists[(]';
$polyfill = '/\\b(?:'
. $polyfill81
. '})/';
. ')/';
$it = new RecursiveIteratorIterator(
new RecursiveDirectoryIterator($directory, FilesystemIterator::UNIX_PATHS)