Skip to content

Commit

Permalink
Publish.yml updated
Browse files Browse the repository at this point in the history
  • Loading branch information
SinaSeylani committed Jun 4, 2024
1 parent f7f42ff commit 450b6c0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: Publish Flutter Package

on:
workflow_dispatch: # Allows the workflow to be manually triggered
repository_dispatch:
types: [publish]

jobs:
publish:
Expand All @@ -11,6 +12,8 @@ jobs:
steps:
- name: Check out code
uses: actions/checkout@v3
with:
ref: ${{ github.event.client_payload.ref }}

- name: Set up Flutter
uses: subosito/flutter-action@v2
Expand Down

0 comments on commit 450b6c0

Please sign in to comment.