Skip to content

Commit ed6eed4

Browse files
committed
fix: workflow
1 parent 2216fec commit ed6eed4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy-gh-pages.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ permissions:
1414

1515
jobs:
1616
build:
17+
if: github.repository == 'tanzaku/postgresql-cst-parser'
1718
runs-on: ubuntu-latest
1819

1920
steps:
@@ -43,6 +44,7 @@ jobs:
4344
path: ./docs
4445

4546
deploy:
47+
if: github.repository == 'tanzaku/postgresql-cst-parser'
4648
needs: build
4749
environment:
4850
name: github-pages

0 commit comments

Comments
 (0)