Skip to content

Commit

Permalink
s
Browse files Browse the repository at this point in the history
  • Loading branch information
fauust committed Jul 12, 2024
1 parent 21c60c1 commit 8b1d4ca
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/test_default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,26 @@ name: Default deployment
on:
push:
paths:
- .github/workflows/test_default.yml
- requirements.txt
- "files/**"
- "handlers/**"
- "molecule/default/**"
- "tasks/**"
- "templates/**"
- "vars/**"
pull_request:
paths:
- .github/workflows/composite-action/action.yml
- .github/workflows/test_default.yml
- requirements.txt
pull_request:
paths:
- "files/**"
- "handlers/**"
- "molecule/default/**"
- "tasks/**"
- "templates/**"
- "vars/**"
- .github/workflows/composite-action/action.yml
- .github/workflows/test_default.yml
- requirements.txt
schedule:
- cron: "0 5 * * 2"

Expand Down

0 comments on commit 8b1d4ca

Please sign in to comment.