mirror of
https://github.com/avast/retdec.git
synced 2024-11-23 13:00:13 +00:00
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:
parent
53e55b4b26
commit
957f56307f
6
.github/workflows/retdec-ci.yml
vendored
6
.github/workflows/retdec-ci.yml
vendored
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user