Run GHA on push
This commit is contained in:
parent
ddad34d732
commit
87d69db6eb
|
@ -1,9 +1,7 @@
|
||||||
name: L10n Update
|
name: L10n Update
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push: { }
|
||||||
branches:
|
|
||||||
- main
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
trigger-update:
|
trigger-update:
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
name: Docker image
|
name: Docker image
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
push: { }
|
||||||
release:
|
release:
|
||||||
types:
|
types:
|
||||||
- published
|
- published
|
||||||
|
|
|
@ -1,10 +1,7 @@
|
||||||
name: PHP Tests
|
name: PHP Tests
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push: { }
|
||||||
branches:
|
|
||||||
- main
|
|
||||||
- release/*
|
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
|
|
@ -1,9 +1,7 @@
|
||||||
name: PHPStan
|
name: PHPStan
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
push: { }
|
||||||
branches:
|
|
||||||
- main
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
phpstan:
|
phpstan:
|
||||||
|
|
Loading…
Reference in New Issue