Skip to content

Commit

Permalink
ci: run auth workflow if yml changes
Browse files Browse the repository at this point in the history
  • Loading branch information
grdsdev committed Apr 3, 2024
1 parent ed74b06 commit c34877e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/auth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,14 @@ on:
paths:
- "Sources/Auth/**"
- "Tests/Auth/**"
- ".github/workflows/auth.yml"
push:
branches:
- main
paths:
- "Sources/Auth/**"
- "Tests/Auth/**"
- ".github/workflows/auth.yml"

concurrency:
group: ci-${{ github.ref }}
Expand Down

0 comments on commit c34877e

Please sign in to comment.