Only trigger main build pipeline for push and pull requests #noissue
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Varakh 2023-03-20 18:58:25 +01:00
parent e9929bd3c3
commit 3e7bc379f1

View file

@ -3,6 +3,12 @@ kind: pipeline
type: docker
name: build
trigger:
event:
include:
- push
- pull_request
steps:
- name: build
image: cirrusci/flutter:3.7.7
@ -13,4 +19,3 @@ steps:
- flutter packages pub run build_runner build --delete-conflicting-outputs
- flutter analyze --no-pub --no-current-package lib/
- flutter build apk --debug