Skip to content

Commit

Permalink
ci: correct paths
Browse files Browse the repository at this point in the history
  • Loading branch information
steveoh committed Dec 13, 2023
1 parent 9f8e039 commit 1a39ba8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ on:
- dev
paths:
- "src/**"
- ".github/workflows/dotnet.yml"
- "!src/functions/**"
- ".github/workflows/push.yml"

concurrency:
group: "${{ github.head_ref || github.ref }}"
Expand Down

0 comments on commit 1a39ba8

Please sign in to comment.