Skip to content

Commit db57c5b

Browse files
committed
Try Again To Suppress github-pages For This Branch
1 parent 52de298 commit db57c5b

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/github-pages.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ on:
33
push:
44
branches:
55
- 'master'
6-
tags:
7-
- '*'
86

97
permissions: {}
108
jobs:

bin/findpolyfill.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ function findPolyfill(string $directory): int
1212
. '|enum_exists[(]';
1313
$polyfill = '/\\b(?:'
1414
. $polyfill81
15-
. '})/';
15+
. ')/';
1616

1717
$it = new RecursiveIteratorIterator(
1818
new RecursiveDirectoryIterator($directory, FilesystemIterator::UNIX_PATHS)

0 commit comments

Comments
 (0)