Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
unterumarmung committed Dec 4, 2021
1 parent 44e0aa7 commit 230e7e9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ on:
paths:
- 'documentation/**'
- '.github/workflows/documentation.yml'
branches:
- master

jobs:
checks:
Expand All @@ -31,7 +33,7 @@ jobs:
fi
npm run build
gh-release:
if: github.event_name != 'pull_request'
if: github.event_name == 'push'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 230e7e9

Please sign in to comment.