Skip to content

Commit 0c05446

Browse files
committed
Pages should only run on main repository
1 parent 2166809 commit 0c05446

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ concurrency:
2525

2626
jobs:
2727
build:
28-
if: ${{ github.repository_owner == 'JabRef' }}
28+
if: github.repository == 'JabRef/jabref'
2929
runs-on: ubuntu-latest
3030
steps:
3131
- name: Checkout

0 commit comments

Comments
 (0)