Skip to content

Commit

Permalink
Try Again To Suppress github-pages For This Branch
Browse files Browse the repository at this point in the history
  • Loading branch information
oleibman committed Nov 23, 2024
1 parent 52de298 commit db57c5b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ on:
push:
branches:
- 'master'
tags:
- '*'

permissions: {}
jobs:
Expand Down
2 changes: 1 addition & 1 deletion bin/findpolyfill.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ function findPolyfill(string $directory): int
. '|enum_exists[(]';
$polyfill = '/\\b(?:'
. $polyfill81
. '})/';
. ')/';

$it = new RecursiveIteratorIterator(
new RecursiveDirectoryIterator($directory, FilesystemIterator::UNIX_PATHS)
Expand Down

0 comments on commit db57c5b

Please sign in to comment.