Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasrothenberger committed Jan 8, 2024
1 parent ac5b009 commit 63ebd00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update_wiki.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
update_wiki-build:
name: "Update Wiki - Build"
runs-on: ubuntu-20.04
if: github.ref == 'refs/heads/wiki/update/*'
if: github.ref == 'refs/heads/wiki/update/rework'
steps:
- name: Checkout
uses: actions/checkout@v3
Expand All @@ -43,7 +43,7 @@ jobs:
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-20.04
needs: update_wiki-build
if: github.ref == 'refs/heads/wiki/update/*'
if: github.ref == 'refs/heads/wiki/update/rework'
steps:
- name: Deploy to GitHub Pages
id: deployment
Expand Down

0 comments on commit 63ebd00

Please sign in to comment.