Skip to content

Commit

Permalink
Update preview workflows not triggered on main
Browse files Browse the repository at this point in the history
  • Loading branch information
obany committed Feb 27, 2024
1 parent 6bf9255 commit 6befbfe
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/preview-build-deploy.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name: www.tlip.io Preview Build and Deploy

on: [pull_request, push]
on:
pull_request:
branches:
- "!main"
push:
branches:
- "!main"

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down

0 comments on commit 6befbfe

Please sign in to comment.