Skip to content

Commit

Permalink
Hopefully fix deploy on push to live
Browse files Browse the repository at this point in the history
  • Loading branch information
mbarton committed Oct 17, 2024
1 parent c5510a3 commit 33274eb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy-to-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ name: Deploy ROP calculator
on:
# Runs on pushes targeting the default branch
push:
branches: [$default-branch]
branches:
- live

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down

0 comments on commit 33274eb

Please sign in to comment.