Skip to content

Commit 1fe0962

Browse files
authored
Fix website build? (#438)
Signed-off-by: Trevor Grant <[email protected]>
1 parent 354c2c3 commit 1fe0962

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build-site.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,8 @@ concurrency:
1212

1313
jobs:
1414
build:
15-
if: github.event_name == 'workflow_dispatch' || github.ref == 'refs/heads/main'
1615
runs-on: ubuntu-latest
17-
if: github.repository == 'The-AI-Alliance/gofannon'
16+
if: github.repository == 'The-AI-Alliance/gofannon' && (github.event_name == 'workflow_dispatch' || github.ref == 'refs/heads/main')
1817
steps:
1918
- name: Checkout code
2019
uses: actions/checkout@v4

0 commit comments

Comments
 (0)