Skip to content

Commit

Permalink
Update action
Browse files Browse the repository at this point in the history
  • Loading branch information
obany committed Feb 9, 2024
1 parent a1ac700 commit 7b16bc4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/preview-build-deploy.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: www.tlip.io Preview Build and Deploy

on: pull_request
on: [pull_request, push]

jobs:
deploy:
build-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
fetch-depth: 0

Expand Down

0 comments on commit 7b16bc4

Please sign in to comment.