Skip to content

Commit

Permalink
run test actions on push
Browse files Browse the repository at this point in the history
  • Loading branch information
terrameijar committed Mar 12, 2024
1 parent f691d74 commit e55b8d1
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,15 @@

name: Deploy Application
on:
pull_request:
types:
- opened
- reopened
push:
branches:
- develop
- deploy
# - pull_request:
# types:
# - opened
# - reopened
# branches:
# - develop
jobs:
deploy:
runs-on: ubuntu-latest
Expand Down

0 comments on commit e55b8d1

Please sign in to comment.