Skip to content

Commit 0603543

Browse files
committed
Fix workflow branch
1 parent 2d1bf5a commit 0603543

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/php.yml

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

33
on:
44
push:
5-
branches: [ master ]
5+
branches: [ main ]
66
paths-ignore:
77
- '**.md'
88
- '**.dia'
99
- '**.svg'
1010
pull_request:
11-
branches: [ master ]
11+
branches: [ main ]
1212
paths-ignore:
1313
- '**.md'
1414
- '**.dia'

0 commit comments

Comments
 (0)