Skip to content

Commit

Permalink
run also on master
Browse files Browse the repository at this point in the history
  • Loading branch information
vvmruder committed Oct 9, 2023
1 parent 032117a commit 3becad4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
name: Deploy docs to GitHub Pages
needs:
- build-doc
if: ${{ startsWith(github.ref, 'refs/tags/master') }}
if: ${{ startsWith(github.ref, 'refs/tags') }} | ${{ github.ref == 'refs/heads/master' }}
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 3becad4

Please sign in to comment.