Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 9 additions & 8 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ on:
- synchronize
push:
branches:
- "main"
- 'main'
paths:
- "stencil.yaml"
- "manifest.yaml"
- ".mise.toml"
- ".github/workflows/build-release.yml"
- "templates/**"
- "tests/**"
- 'stencil.yaml'
- 'manifest.yaml'
- '.mise.toml'
- '.github/workflows/build-release.yml'
- 'templates/**'
- 'tests/**'

jobs:
build-and-test:
Expand Down Expand Up @@ -50,8 +50,9 @@ jobs:
uses: rgst-io/stencil-action@34abb7be7ca3847f233bd9c38f1da71b30556c35
with:
github-token: ${{ github.token }}
version: "latest"
version: 'latest'
## <<Stencil::Block(buildtestauth)>>

## <</Stencil::Block>>
- name: Build Test repo
run: mise run buildtest
Expand Down
2 changes: 1 addition & 1 deletion stencil.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.