Skip to content

Commit

Permalink
Conditional execution of the wiki-deploy to only proceed if the event…
Browse files Browse the repository at this point in the history
… is push to the develop branch
  • Loading branch information
Rd4dev committed Oct 3, 2024
1 parent be00151 commit c18ac91
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/wiki.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-20.04]
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/develop' }}
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit c18ac91

Please sign in to comment.