mirror of
https://github.com/we-promise/sure.git
synced 2026-04-07 14:31:25 +00:00
10 lines
127 B
YAML
10 lines
127 B
YAML
name: Pull Request
|
|
|
|
on:
|
|
pull_request:
|
|
paths-ignore:
|
|
- 'charts/**'
|
|
|
|
jobs:
|
|
ci:
|
|
uses: ./.github/workflows/ci.yml |