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 ce11210 commit ce18034Copy full SHA for ce18034
.github/workflows/code-styles.yml renamed to .github/workflows/styles.yml
@@ -1,5 +1,7 @@
1
-name: code-styles
2
-on: [pull_request]
+name: Code styles
+on: [push]
3
+ schedule:
4
+ - cron: '0 0 * * THU'
5
6
jobs:
7
php-cs-fixer:
.github/workflows/tests.yml
@@ -1,8 +1,7 @@
name: Tests
-on:
- push:
schedule:
- - cron: "0 0 * * THU"
8
tests:
0 commit comments