Skip to content

Commit

Permalink
improve ci
Browse files Browse the repository at this point in the history
  • Loading branch information
szabgab committed Nov 9, 2024
1 parent e2fcf30 commit e511012
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/sites.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,10 @@ on:
workflow_dispatch:

jobs:

generate:
if: ${{ github.ref == 'refs/heads/main' && github.event_name != 'pull_request' }}
#if: ${{ github.ref == 'refs/heads/main' && github.event_name != 'pull_request' }}
runs-on: ubuntu-latest
name: Generate HTML
needs: [test]

steps:
- name: Generate HTML
Expand Down

0 comments on commit e511012

Please sign in to comment.