Skip to content

Commit

Permalink
fix start
Browse files Browse the repository at this point in the history
  • Loading branch information
j-catania committed Dec 11, 2023
1 parent 738b026 commit 08143dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/hugo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
staging:
name: Deploy to staging
runs-on: ubuntu-latest
if: !(github.event_name == 'workflow_dispatch')
if: github.event_name == 'push' || github.event_name == 'pull_request'
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 08143dd

Please sign in to comment.