Skip to content

Commit

Permalink
feat: pr4 squash and merge (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
klesh authored Aug 11, 2023
1 parent 962b844 commit 51e0703
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,21 @@
name: production-deploy
on:
push:
branches:
- 'main'
# push:
# branches:
# - 'main'
pull_request:
branches: [main]
types: [closed]

jobs:
deploy:
name: deploy to production
if: github.event.pull_request.merged == true
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
with:
ref: 'main'
- name: Deploy
run: echo Build and Deploy
1 change: 1 addition & 0 deletions pr4-squash
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
pr4 for squash and merge

0 comments on commit 51e0703

Please sign in to comment.