Skip to content

Commit

Permalink
Add CI for pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
azat committed Dec 17, 2023
1 parent 4746ee6 commit 321436a
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
name: pull_request

on:
pull_request:
types:
- synchronize
- reopened
- opened
branches:
- main
paths-ignore:
- '**.md'
- 'Documentation/**'

jobs:
build:
uses: ./.github/workflows/build.yml

0 comments on commit 321436a

Please sign in to comment.