diff options
Diffstat (limited to '')
| -rw-r--r-- | .github/workflows/distributions_php8.yml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/.github/workflows/distributions_php8.yml b/.github/workflows/distributions_php8.yml index f055499..e24a00e 100644 --- a/.github/workflows/distributions_php8.yml +++ b/.github/workflows/distributions_php8.yml | |||
| @@ -1,5 +1,9 @@ | |||
| 1 | name: CI for linux distributions, on php8 | 1 | name: CI for linux distributions, on php8 |
| 2 | on: ['pull_request', 'push'] | 2 | on: |
| 3 | pull_request: | ||
| 4 | push: | ||
| 5 | schedule: | ||
| 6 | - cron: '0 16 * * 5' | ||
| 3 | 7 | ||
| 4 | jobs: | 8 | jobs: |
| 5 | alpine: | 9 | alpine: |
