Skip to content

Commit

Permalink
chore: test on push
Browse files Browse the repository at this point in the history
  • Loading branch information
PoisonPhang committed Aug 29, 2024
1 parent e14c5b5 commit 642dc8d
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/deploy-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ name: Deploy App

on:
push:
branches:
- main
- release/app
paths:
- 'app/**'
pull_request:
paths:
- 'app/**'
# branches:
# - main
# - release/app
# paths:
# - 'app/**'
# pull_request:
# paths:
# - 'app/**'
workflow_dispatch:

concurrency:
Expand Down

0 comments on commit 642dc8d

Please sign in to comment.