Skip to content

Commit

Permalink
fix: πŸ› Run Test.yml on main always and if template changes
Browse files Browse the repository at this point in the history
βœ… Closes: #119
  • Loading branch information
abelsiqueira committed May 21, 2024
1 parent fb6f079 commit 9936070
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/Test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,14 @@ on:
push:
branches:
- main
paths:
- "src/**"
- "test/**"
- "*.toml"
tags: ["*"]
pull_request:
branches:
- main
paths:
- "src/**"
- "test/**"
- "templates/**"
- "*.toml"
types: [opened, synchronize, reopened]
workflow_dispatch:
Expand Down

0 comments on commit 9936070

Please sign in to comment.