Skip to content

Commit

Permalink
Deploy workflow trigger updated
Browse files Browse the repository at this point in the history
  • Loading branch information
jedi1150 committed Jul 12, 2024
1 parent 022d040 commit 665f257
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/deploy_firebase.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: Deploy to Firebase App Tester

on:
pull_request:
workflow_dispatch:
on: workflow_run

jobs:
deploy_internal:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/deploy_internal.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
name: Deploy Internal

on:
# Triggers the workflow on push of version tag
push:
tags: [ 'v*' ]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 665f257

Please sign in to comment.