Skip to content

Commit

Permalink
chore(devops): further limit push trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
mmtftr committed May 14, 2024
1 parent bafa11c commit 425f602
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/frontend_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
paths:
- "frontend/**"
- ".github/**"
- ".github/workflows/frontend_test.yml"
pull_request:
branches:
- main
Expand Down

0 comments on commit 425f602

Please sign in to comment.