Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ascott18 committed Sep 6, 2024
1 parent 0c87bf7 commit 09fd11a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/part-template-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./templates/IntelliTect.Coalesce.Vue
working-directory: ./templates/Coalesce.Vue.Template

env:
COALESCE_VERSION: ${{inputs.COALESCE_VERSION}}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/template-validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ name: template-validate
on:
push:
branches: [dev, next, ascott/new-template]
paths: ['templates/**']
paths: ['templates/**', '.github/workflows/**']
pull_request:
branches: [dev, next]
paths: ['templates/**']
paths: ['templates/**', '.github/workflows/**']
workflow_dispatch:

jobs:
meta:
build:
uses: ./.github/workflows/part-template-build.yml
secrets: inherit

0 comments on commit 09fd11a

Please sign in to comment.