Skip to content

Commit

Permalink
chore: ci only run with push main (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
jerrykingxyz authored Oct 26, 2023
1 parent 739dc58 commit 0f2b36d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,15 @@ name: CI

on:
push:
branches:
- main
paths-ignore:
- "**/*.md"
pull_request:
types: [opened, synchronize]
branches: [ main ]
paths-ignore:
- "**/*.md"

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
Expand Down

0 comments on commit 0f2b36d

Please sign in to comment.