Fix PKGBUILD #161

Merged
Jef Roosens merged 2 commits from Chewing_Bever/vieter:pkgbuild-fixes into dev 2022-05-05 23:36:43 +02:00
3 changed files with 3 additions and 3 deletions
Showing only changes of commit 1990ade089 - Show all commits

View file

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

View file

@ -10,4 +10,4 @@ pipeline:
commands: commands:
- make lint - make lint
when: when:
event: [ push, pull_request ] event: [ pull_request ]

View file

@ -14,4 +14,4 @@ pipeline:
commands: commands:
- make test - make test
when: when:
event: [push, pull_request] event: [pull_request]