Skip to content

Commit

Permalink
Run CI on pull_request
Browse files Browse the repository at this point in the history
  • Loading branch information
luketainton committed Jul 13, 2024
1 parent a3d6888 commit 159a566
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
name: CI
on:
push:
branches: [ main ]
pull_request:
types: [opened, synchronize, reopened]
paths-ignore:
- 'README.md'
- 'LICENSE.md'
- '.gitignore'
- 'CODEOWNERS'
- 'renovate.json'
- "README.md"
- "LICENSE.md"
- ".gitignore"
- ".github/CODEOWNERS"
- ".github/renovate.json"
- ".github/dependabot.yml"

jobs:
ci:
Expand Down

0 comments on commit 159a566

Please sign in to comment.