diff options
| -rw-r--r-- | .github/workflows/builds.yml | 6 | ||||
| -rw-r--r-- | .github/workflows/distributions.yml | 7 | ||||
| -rw-r--r-- | .github/workflows/distributions_php8.yml | 6 |
3 files changed, 16 insertions, 3 deletions
diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml index 67c1135..a85c2e8 100644 --- a/.github/workflows/builds.yml +++ b/.github/workflows/builds.yml | |||
| @@ -1,5 +1,9 @@ | |||
| 1 | name: CI for php versions | 1 | name: CI for php versions |
| 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 | ci: | 9 | ci: |
diff --git a/.github/workflows/distributions.yml b/.github/workflows/distributions.yml index 3b90fee..1952ebb 100644 --- a/.github/workflows/distributions.yml +++ b/.github/workflows/distributions.yml | |||
| @@ -1,5 +1,10 @@ | |||
| 1 | name: CI for linux distributions | 1 | name: CI for linux distributions |
| 2 | on: ['pull_request', 'push'] | 2 | on: |
| 3 | pull_request: | ||
| 4 | push: | ||
| 5 | schedule: | ||
| 6 | - cron: '0 16 * * 5' | ||
| 7 | |||
| 3 | 8 | ||
| 4 | jobs: | 9 | jobs: |
| 5 | debian: | 10 | debian: |
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: |
