Skip to content

Commit

Permalink
feat: ignore .gitignore and license in deploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
proffapt committed Apr 20, 2024
1 parent d8a97d6 commit 256ba6d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
- "main"
paths-ignore:
- "**.md"
- "LICENSE"
- "LICENSE.txt"
- ".gitignore"

jobs:
push:
Expand Down

0 comments on commit 256ba6d

Please sign in to comment.