Skip to content

Commit

Permalink
Adjust deployment workflow
Browse files Browse the repository at this point in the history
- Ignore changes made to hidden files and folders
- Run on closed pull requests
  • Loading branch information
SBence committed Jul 25, 2024
1 parent ed28699 commit 6850769
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: Deploy static content to Pages
on:
push:
branches: ["master"]
paths-ignore:
- ".**"

workflow_dispatch:

Expand Down

0 comments on commit 6850769

Please sign in to comment.