Skip to content

Commit

Permalink
ci: build pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippHeuer committed May 6, 2023
1 parent f917440 commit f421ac7
Showing 1 changed file with 18 additions and 4 deletions.
22 changes: 18 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,26 @@ on:
workflow_dispatch:
push:
branches:
- 'main'
- main
tags:
- 'v*.*.*'
- v*.*.*
paths-ignore:
- ".gitignore"
- ".editorconfig"
- README.md
- LICENSE
- .github/**
- .gitignore
- .editorconfig
- renovate.json
pull_request:
branches:
- main
paths-ignore:
- README.md
- LICENSE
- .github/**
- .gitignore
- .editorconfig
- renovate.json

jobs:
check:
Expand Down

0 comments on commit f421ac7

Please sign in to comment.