Skip to content

Bump tmpl from 1.0.4 to 1.0.5 (#4762) #59

Bump tmpl from 1.0.4 to 1.0.5 (#4762)

Bump tmpl from 1.0.4 to 1.0.5 (#4762) #59

Workflow file for this run

name: Build (Branch)
on:
push:
branches:
- master
- 'release-*'
- '*-dev'
jobs:
test:
uses: ./.github/workflows/test.yaml
build-branch-and-upload:
uses: ./.github/workflows/build-and-upload.yaml
needs: test
permissions:
contents: 'read'
id-token: 'write'
with:
CI_BRANCH: ${{github.ref_name}}