Run GHA on push

This commit is contained in:
Alexander A. Klimov 2024-12-06 11:18:45 +01:00
parent ddad34d732
commit 87d69db6eb
4 changed files with 4 additions and 10 deletions

View File

@ -1,9 +1,7 @@
name: L10n Update
on:
push:
branches:
- main
push: { }
jobs:
trigger-update:

View File

@ -1,6 +1,7 @@
name: Docker image
on:
push: { }
release:
types:
- published

View File

@ -1,10 +1,7 @@
name: PHP Tests
on:
push:
branches:
- main
- release/*
push: { }
pull_request:
branches:
- main

View File

@ -1,9 +1,7 @@
name: PHPStan
on:
pull_request:
branches:
- main
push: { }
jobs:
phpstan: