Skip to content

chore: test md template #601

chore: test md template

chore: test md template #601

name: push and pull_request avoid redundant
on:
# prevent push run on pull_request
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
my-job:
runs-on: ubuntu-latest
timeout-minutes: 3
steps:
- run: echo push and pull_request trigger