Skip to content

Commit

Permalink
Run GHA on push
Browse files Browse the repository at this point in the history
  • Loading branch information
Al2Klimov committed Dec 6, 2024
1 parent ddad34d commit 87d69db
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 10 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/L10n-update.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
name: L10n Update

on:
push:
branches:
- main
push: { }

jobs:
trigger-update:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Docker image

on:
push: { }
release:
types:
- published
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
name: PHP Tests

on:
push:
branches:
- main
- release/*
push: { }
pull_request:
branches:
- main
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/phpstan.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
name: PHPStan

on:
pull_request:
branches:
- main
push: { }

jobs:
phpstan:
Expand Down

0 comments on commit 87d69db

Please sign in to comment.