Skip to content

Commit

Permalink
fix: dont ignore website folder for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
skylarmb committed Sep 4, 2024
1 parent 174f832 commit 99e84ff
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,9 @@ on:
- main
tags:
- "v*.*.*"
paths-ignore:
- "website/**"
pull_request:
branches:
- main
paths-ignore:
- "website/**"

env:
MAIN_BRANCH: ${{ 'refs/heads/main' }}
Expand Down

0 comments on commit 99e84ff

Please sign in to comment.