Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonLuttenberger committed Mar 1, 2024
1 parent ace1c2b commit 047d614
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/one-click-template-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ name: Check One-Click Launch Template
on:
push:
branches: ["main"]
paths: ["one-click-launch.yaml", "scripts/**", ".github/workflows/one-click-lint.yml"]
paths: ["one-click-launch.yaml", "scripts/**", ".github/workflows/one-click-template-lint.yml"]

pull_request:
branches: ["main", "release/*", "stable"]
paths: ["one-click-launch.yaml", "scripts/**", ".github/workflows/one-click-lint.yml"]
paths: ["one-click-launch.yaml", "scripts/**", ".github/workflows/one-click-template-lint.yml"]

workflow_dispatch:

Expand Down

0 comments on commit 047d614

Please sign in to comment.