actions: Fix indentation of pull_request trigger

Because of invalid indentation of `pull_request` the flow is not
automatically triggered.

This commit fixes this issue by fixing indentation.
This commit is contained in:
Peter Kubov 2022-12-15 10:21:39 +01:00
parent 53e55b4b26
commit 957f56307f

View File

@ -8,9 +8,9 @@ on:
- master # Activate CI on push on master.
- 'test-*' # Activate CI on branch with prefix test-.
pull_request:
branches:
- master # Activate on pull request.
pull_request:
branches:
- master # Activate on pull request.
env:
# Universal ENV variable containing path to all workflows scripts.