Skip to content

Commit

Permalink
fix(ci): run correctly for prs
Browse files Browse the repository at this point in the history
  • Loading branch information
wesleytodd committed Aug 23, 2024
1 parent b8d40c0 commit d0164d1
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
name: ci

on:
- pull_request
- push
push:
branches:
- master
- '3.x'
paths-ignore:
- '*.md'
pull_request:
paths-ignore:
- '*.md'

jobs:
test:
Expand Down

0 comments on commit d0164d1

Please sign in to comment.