Skip to content

Adding dummy file to test github workflows #1

Adding dummy file to test github workflows

Adding dummy file to test github workflows #1

name: CI-pullrequest
on:
pull_request:
branches:
- dev-v*
- release-v*
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Checkout into branch
run: git checkout -b staging-pr-workflow
- name: Pull scripts
run: sudo make pull-scripts
- name: Check release.yaml
run: sudo make check-release-yaml