Skip to content

Commit

Permalink
🩹 fix workflow file oops
Browse files Browse the repository at this point in the history
  • Loading branch information
Nek- committed Oct 11, 2024
1 parent fbb8649 commit dd9c657
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Tests

on:
push:
branches: [ master ]
branches: [ main ]
pull_request:
branches: [ master ]
branches: [ main ]
schedule:
- cron: '0 0 * * *'

Expand All @@ -27,7 +27,7 @@ jobs:
run: composer install

- name: Start server
run: php bin/drumkit --tls-cert=ssl/mercure-router.local.pem --tls-key=ssl/mercure-router.local-key.pem --dev --active-subscriptions &
run: php bin/drumkit --tls-cert=ssl/ci.mercure-router.local.pem --tls-key=ssl/ci.mercure-router.local-key.pem --dev --active-subscriptions &

- name: Wait for server to be ready
run: sleep 2
Expand Down

0 comments on commit dd9c657

Please sign in to comment.