Skip to content

Commit ce483de

Browse files
committed
change CI/CD
1 parent d385284 commit ce483de

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: phpunit
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77
schedule:
88
- cron: '9 */11 * * *'
99
jobs:

.github/workflows/composer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: composer
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77
schedule:
88
- cron: '9 */11 * * *'
99
jobs:

0 commit comments

Comments
 (0)