Skip to content

Commit

Permalink
Set event triggers for workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
a-mabe committed Oct 28, 2023
1 parent 2240506 commit 8032210
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_android.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Build Flutter App

run-name: ${{ github.actor }} is building the Android app bundle 🚀

on: push

# on:
# pull_request:
# types:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build_ios.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
on: push
1 change: 1 addition & 0 deletions .github/workflows/release_android.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
on: push
1 change: 1 addition & 0 deletions .github/workflows/release_ios.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
on: push

0 comments on commit 8032210

Please sign in to comment.