mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-11-09 23:56:14 +01:00

[BUGFIX] Fix the trigger syntax in the CI builds (#395)

The CI workflow with predefined GitHub actions had an empty `on:`
element, which is invalid. Use the correct event for manually
triggered workflow runs instead.
This commit is contained in:
Oliver Klee 2022-02-24 13:12:38 +01:00 committed by GitHub
parent 4854d9983a
commit d39727d718
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,6 +7,7 @@
---
name: CI with predefined GitHub actions
on:
workflow_dispatch:
jobs:
php-lint:
name: "PHP linter"