0g-chain/.github/workflows/ci-pr.yml

12 lines
270 B
YAML
Raw Normal View History

2022-11-30 20:30:32 +00:00
name: Continuous Integration (PR)
on:
pull_request:
# run CI on pull requests to master or a release branch
branches:
- master
- 'releases/**'
# run default ci checks against current PR
jobs:
default:
uses: ./.github/workflows/ci-default.yml