ci: fixed some steps running when not required

This commit is contained in:
Jef Roosens 2022-05-05 23:30:54 +02:00
parent e008133981
commit 1990ade089
Signed by: Jef Roosens
GPG key ID: B75D4F293C7052DB
3 changed files with 3 additions and 3 deletions

View file

@ -12,7 +12,7 @@ pipeline:
commands:
- make
when:
event: [push, pull_request]
event: [pull_request]
branch:
exclude: [main]