Skip to content

Commit

Permalink
Update continuous-integration-workflow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
VolkerEnderlein authored May 6, 2024
1 parent b8920c1 commit fdbb95f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/continuous-integration-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ on:
workflow_dispatch: # Allow manual triggers
pull_request:
branches: [ master ]
# push:
# branches: [ master ]
push:
branches: [ master ]

jobs:
ubuntu-build:
Expand Down Expand Up @@ -45,6 +45,7 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: cmake_build_dir/html_awesome
if: github.event_name != 'pull_request'

windows-build:
name: Windows Build
Expand Down

0 comments on commit fdbb95f

Please sign in to comment.