mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
Run GHA on push
This commit is contained in:
parent
ddad34d732
commit
87d69db6eb
4
.github/workflows/L10n-update.yml
vendored
4
.github/workflows/L10n-update.yml
vendored
@ -1,9 +1,7 @@
|
||||
name: L10n Update
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
push: { }
|
||||
|
||||
jobs:
|
||||
trigger-update:
|
||||
|
1
.github/workflows/docker.yml
vendored
1
.github/workflows/docker.yml
vendored
@ -1,6 +1,7 @@
|
||||
name: Docker image
|
||||
|
||||
on:
|
||||
push: { }
|
||||
release:
|
||||
types:
|
||||
- published
|
||||
|
5
.github/workflows/php.yml
vendored
5
.github/workflows/php.yml
vendored
@ -1,10 +1,7 @@
|
||||
name: PHP Tests
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- release/*
|
||||
push: { }
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
|
4
.github/workflows/phpstan.yml
vendored
4
.github/workflows/phpstan.yml
vendored
@ -1,9 +1,7 @@
|
||||
name: PHPStan
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
push: { }
|
||||
|
||||
jobs:
|
||||
phpstan:
|
||||
|
Loading…
x
Reference in New Issue
Block a user