Skip to content

Commit

Permalink
chore: added workflow_dispatch trigger to Distrubute dogfooding app CI (
Browse files Browse the repository at this point in the history
#821)

* added workflow_dispatch trigger to distrubute CI

* tweak

* tweak

* tweak
  • Loading branch information
Brazol authored Jan 8, 2025
1 parent 2369743 commit adc76e1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/app-distribute.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ on:
push:
branches:
- main
paths:
- dogfooding/**

workflow_dispatch:

env:
FLUTTER_VERSION: '3.24.3'
FLUTTER_VERSION: "3.24.3"
FLUTTER_CHANNEL: stable
ENV_PROPERTIES: ${{ secrets.ENV_PROPERTIES }}
MATCH_PASSWORD: ${{ secrets.MATCH_PASSWORD }}
Expand Down

0 comments on commit adc76e1

Please sign in to comment.