diff --git a/.woodpecker.yml b/.woodpecker.yml index 59a771b..1c02aa5 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -6,7 +6,7 @@ pipeline: - npm i when: event: [tag, push, pull_request] - branch: [master, develop, feature/*, translations] + branch: [master, develop, feature/*, fix/*, translations] osv_detector: image: gitnet.fr/deblan/osv-detector:v0.10 @@ -19,7 +19,7 @@ pipeline: commands: - npm run build when: - branch: [master, develop, feature/*, translations] + branch: [master, develop, feature/*, fix/*, translations] event: [tag, push, pull_request] build_php: @@ -27,7 +27,7 @@ pipeline: commands: - php bin/generate_l10n.php when: - branch: [master, develop, feature/*, translations] + branch: [master, develop, feature/*, fix/*, translations] event: [tag, push, pull_request] code_quality: