Skip to content

Commit

Permalink
ci: remove deploy path filter, move to concurrency
Browse files Browse the repository at this point in the history
  • Loading branch information
StarHeartHunt committed Sep 12, 2023
1 parent ea046c0 commit 91e04fa
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ on:
push:
branches:
- "main"
paths:
- "src/**"
concurrency:
group: website-deploy-${{ github.ref }}
cancel-in-progress: true

permissions:
contents: read
Expand Down

0 comments on commit 91e04fa

Please sign in to comment.