Skip to content

Commit

Permalink
ShipSaaS
Browse files Browse the repository at this point in the history
  • Loading branch information
sethsandaru committed Jun 1, 2023
1 parent 8a39bc6 commit 951af25
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,13 @@ env:
SSH_KEY: ${{ secrets.SSH_KEY }}

on:
pull_request:
branches:
- 'main'
types: [ opened, synchronize, reopened, ready_for_review ]
push:
branches:
- main
- 'main'

jobs:
deploy:
Expand Down

0 comments on commit 951af25

Please sign in to comment.