Skip to content

chore: remove pr template #338

chore: remove pr template

chore: remove pr template #338

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) }}