Skip to content

Commit ebfaec3

Browse files
committed
Updated CI config
1 parent 0a06fef commit ebfaec3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ name: Tests
22

33
on:
44
push:
5-
branches: [ master ]
5+
branches: [ main ]
66
schedule:
77
- cron: "0 6 * * 3"
88
pull_request:
9-
branches: [ master ]
9+
branches: [ main ]
1010

1111
jobs:
1212
php-version:

src/IsoFile.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66

77
class IsoFile
88
{
9-
}
9+
}

0 commit comments

Comments
 (0)