Skip to content

Commit

Permalink
chore: test unpinned dayly
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Kowalleck <[email protected]>
  • Loading branch information
jkowalleck committed Oct 25, 2024
1 parent 8a26708 commit 4e3732f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ name: PHP CI

on:
push:
branches: ["master", "next"]
branches: ["main", "master", "next"]
tags: ["v*"]
pull_request:
workflow_dispatch:
schedule:
# schedule weekly tests, since dependencies are not intended to be locked
# this means: at 23:42 on Fridays
- cron: '42 23 * * 5'
# schedule dayly tests, since dependencies are not intended to be locked
# this means: at 23:42
- cron: '42 23 * * *'

concurrency:
group: '${{ github.workflow }}-${{ github.ref }}'
Expand Down

0 comments on commit 4e3732f

Please sign in to comment.