Skip to content

chore: test md template #337

chore: test md template

chore: test md template #337

Workflow file for this run

name: trigger ci commit
on:
push:
branches: ["main"]
jobs:
build:
if: "contains(toJSON(github.event.commits.*.message), '[build]')"
runs-on: ubuntu-latest
timeout-minutes: 3
steps:
- run: echo "$COMMIT_MESSAGES"
env:
COMMIT_MESSAGES: ${{ toJson(github.event.commits.*.message) }}