Skip to content

Commit

Permalink
update pages.yml to have correct branch push rule
Browse files Browse the repository at this point in the history
  • Loading branch information
vrautela committed Feb 17, 2024
1 parent 3a913b4 commit 54dc76c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ name: Deploy Jekyll site to Pages

on:
push:
branches:
- "main"
branches: ["main"]
paths:
- "docs/**"

Expand Down

0 comments on commit 54dc76c

Please sign in to comment.