Skip to content

Commit

Permalink
cicd: trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrilevos committed Apr 10, 2024
1 parent 2f64327 commit 73dfa60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_ghpages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Deploy to GitHub Pages
if: ${{ ! github.event_name != 'pull_request' && github.ref == 'refs/heads/release' }}
if: ${{ github.ref == 'refs/heads/release' }}
id: deployment
uses: actions/deploy-pages@v4

0 comments on commit 73dfa60

Please sign in to comment.