We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 354c2c3 commit 1fe0962Copy full SHA for 1fe0962
.github/workflows/build-site.yml
@@ -12,9 +12,8 @@ concurrency:
12
13
jobs:
14
build:
15
- if: github.event_name == 'workflow_dispatch' || github.ref == 'refs/heads/main'
16
runs-on: ubuntu-latest
17
- if: github.repository == 'The-AI-Alliance/gofannon'
+ if: github.repository == 'The-AI-Alliance/gofannon' && (github.event_name == 'workflow_dispatch' || github.ref == 'refs/heads/main')
18
steps:
19
- name: Checkout code
20
uses: actions/checkout@v4
0 commit comments