Skip to content

Commit

Permalink
Disables preview built on all pushes
Browse files Browse the repository at this point in the history
  • Loading branch information
edgararuiz committed Oct 30, 2024
1 parent 9e6b524 commit aa12f5c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
name: Preview
on:
push:
pull_request:
types: [opened, synchronize]

push: main
pull_request: main

env:
# Version of pandoc to be used for rendering blog posts
AI_BLOG_PANDOC_VERSION: '2.14'
Expand Down

0 comments on commit aa12f5c

Please sign in to comment.