2 Commits

Author SHA1 Message Date
7eb9d42f97 Trigger action only on push to master
All checks were successful
/ deploy-job (push) Successful in 0s
2026-02-20 08:46:44 +01:00
52c16470e6 Add update script. 2026-02-20 08:46:44 +01:00
2 changed files with 2 additions and 4 deletions

View File

@@ -1,5 +1,7 @@
on:
push:
branches:
- master
workflow_dispatch:
jobs:
deploy-job:

View File

@@ -7,13 +7,9 @@ use Krzysiej\RyobiCrawler\Twig\AppExtension;
use Symfony\Bundle\FrameworkBundle\FrameworkBundle;
use Symfony\Bundle\FrameworkBundle\Kernel\MicroKernelTrait;
use Symfony\Bundle\TwigBundle\TwigBundle;
use Symfony\Component\Cache\Adapter\FilesystemAdapter;
use Symfony\Component\DependencyInjection\Loader\Configurator\ContainerConfigurator;
use Symfony\Component\DependencyInjection\Reference;
use Symfony\Component\HttpKernel\Kernel as BaseKernel;
use Symfony\Component\Routing\Loader\Configurator\RoutingConfigurator;
use Twig\Extra\Cache\CacheExtension;
use Twig\Extra\Cache\CacheRuntime;
use Twig\Extra\TwigExtraBundle\TwigExtraBundle;
class Kernel extends BaseKernel