Skip to content

Commit

Permalink
build: only build documentation on merge to main
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian2012 committed Apr 24, 2024
1 parent 24a6377 commit 600ad01
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ on:
push:
branches:
- main
pull_request:
branches:
- main

env:
DBT_PROFILES_DIR: ./.github/
Expand All @@ -20,8 +17,6 @@ env:

jobs:
build:
# Forks will never have permissions to do this, so skip this for those
if: github.event.pull_request.head.repo.full_name == github.repository
name: Deploy dbt docs to github pages
runs-on: ubuntu-latest
permissions:
Expand Down

0 comments on commit 600ad01

Please sign in to comment.