We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a06fef commit ebfaec3Copy full SHA for ebfaec3
.github/workflows/tests.yml
@@ -2,11 +2,11 @@ name: Tests
2
3
on:
4
push:
5
- branches: [ master ]
+ branches: [ main ]
6
schedule:
7
- cron: "0 6 * * 3"
8
pull_request:
9
10
11
jobs:
12
php-version:
src/IsoFile.php
@@ -6,4 +6,4 @@
class IsoFile
{
-}
+}
0 commit comments